SAST Scan Status

Report from the scan performed on   2020-11-23 at 16:12:00 for  

Repository Details
Branch
Commit
Invocation Details
Class File Analyzer
Run Id 0e230450-eeeb-4c4e-b4d5-8977cab3d1aa
Directory file:///media/data/muse2/muse2repo_apk_mutation_reach_src/CalendarTrigger

Executive Summary

This report was generated by ShiftLeft from the SAST Scan invocation on 2020-11-23 at 16:12:00. The scan used the tool Class File Analyzer to scan the source code repository .

Below is a summary of the issues identified:

Severity Count
CRITICAL 2286
HIGH 1160
MEDIUM 0
LOW 0
TOTAL 3446

 

  ShiftLeft recommends immediate remediation of the key issues identified before using this application in a live environment.

Key Issues 4 / 2286

CIPHER_INTEGRITY

ComparatorChain.java

The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain()
FileComparatorChain.java:[line62].

 61: try{
android.util.Log.d("cipherName-0", javax.crypto.Cipher.getInstance(cipherName0).getAlgorithm());

CIPHER_INTEGRITY

ComparatorChain.java

The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator)
FileComparatorChain.java:[line77].

 76: try{
android.util.Log.d("cipherName-1", javax.crypto.Cipher.getInstance(cipherName1).getAlgorithm());

CIPHER_INTEGRITY

ComparatorChain.java

The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator, boolean)
FileComparatorChain.java:[line92].

 91: try{
android.util.Log.d("cipherName-2", javax.crypto.Cipher.getInstance(cipherName2).getAlgorithm());

CIPHER_INTEGRITY

ComparatorChain.java

The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator, boolean)
FileComparatorChain.java:[line101].

 100: try{
android.util.Log.d("cipherName-3", javax.crypto.Cipher.getInstance(cipherName3).getAlgorithm());

All Issues (3446)

Rule
Severity
Source location
Message
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain()
FileComparatorChain.java:[line62].
try{
android.util.Log.d("cipherName-0", javax.crypto.Cipher.getInstance(cipherName0).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator)
FileComparatorChain.java:[line77].
try{
android.util.Log.d("cipherName-1", javax.crypto.Cipher.getInstance(cipherName1).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator, boolean)
FileComparatorChain.java:[line92].
try{
android.util.Log.d("cipherName-2", javax.crypto.Cipher.getInstance(cipherName2).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator, boolean)
FileComparatorChain.java:[line101].
try{
android.util.Log.d("cipherName-3", javax.crypto.Cipher.getInstance(cipherName3).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(List)
FileComparatorChain.java:[line120].
try{
android.util.Log.d("cipherName-4", javax.crypto.Cipher.getInstance(cipherName4).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(List, BitSet)
FileComparatorChain.java:[line143].
try{
android.util.Log.d("cipherName-5", javax.crypto.Cipher.getInstance(cipherName5).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.addComparator(Comparator)
FileComparatorChain.java:[line160].
try{
android.util.Log.d("cipherName-6", javax.crypto.Cipher.getInstance(cipherName6).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.addComparator(Comparator, boolean)
FileComparatorChain.java:[line176].
try{
android.util.Log.d("cipherName-7", javax.crypto.Cipher.getInstance(cipherName7).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.addComparator(Comparator, boolean)
FileComparatorChain.java:[line185].
try{
android.util.Log.d("cipherName-8", javax.crypto.Cipher.getInstance(cipherName8).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkChainIntegrity()
FileComparatorChain.java:[line337].
try{
android.util.Log.d("cipherName-19", javax.crypto.Cipher.getInstance(cipherName19).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkChainIntegrity()
FileComparatorChain.java:[line343].
try{
android.util.Log.d("cipherName-20", javax.crypto.Cipher.getInstance(cipherName20).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkLocked()
FileComparatorChain.java:[line315].
try{
android.util.Log.d("cipherName-17", javax.crypto.Cipher.getInstance(cipherName17).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkLocked()
FileComparatorChain.java:[line321].
try{
android.util.Log.d("cipherName-18", javax.crypto.Cipher.getInstance(cipherName18).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.clear()
FileComparatorChain.java:[line517].
try{
android.util.Log.d("cipherName-35", javax.crypto.Cipher.getInstance(cipherName35).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line365].
try{
android.util.Log.d("cipherName-21", javax.crypto.Cipher.getInstance(cipherName21).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line371].
try{
android.util.Log.d("cipherName-22", javax.crypto.Cipher.getInstance(cipherName22).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line384].
try{
android.util.Log.d("cipherName-23", javax.crypto.Cipher.getInstance(cipherName23).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line392].
try{
android.util.Log.d("cipherName-24", javax.crypto.Cipher.getInstance(cipherName24).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line399].
try{
android.util.Log.d("cipherName-25", javax.crypto.Cipher.getInstance(cipherName25).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line405].
try{
android.util.Log.d("cipherName-26", javax.crypto.Cipher.getInstance(cipherName26).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line412].
try{
android.util.Log.d("cipherName-27", javax.crypto.Cipher.getInstance(cipherName27).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line481].
try{
android.util.Log.d("cipherName-31", javax.crypto.Cipher.getInstance(cipherName31).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line487].
try{
android.util.Log.d("cipherName-32", javax.crypto.Cipher.getInstance(cipherName32).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line495].
try{
android.util.Log.d("cipherName-33", javax.crypto.Cipher.getInstance(cipherName33).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line503].
try{
android.util.Log.d("cipherName-34", javax.crypto.Cipher.getInstance(cipherName34).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.hashCode()
FileComparatorChain.java:[line438].
try{
android.util.Log.d("cipherName-28", javax.crypto.Cipher.getInstance(cipherName28).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.hashCode()
FileComparatorChain.java:[line445].
try{
android.util.Log.d("cipherName-29", javax.crypto.Cipher.getInstance(cipherName29).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.hashCode()
FileComparatorChain.java:[line453].
try{
android.util.Log.d("cipherName-30", javax.crypto.Cipher.getInstance(cipherName30).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.isLocked()
FileComparatorChain.java:[line301].
try{
android.util.Log.d("cipherName-16", javax.crypto.Cipher.getInstance(cipherName16).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator)
FileComparatorChain.java:[line204].
try{
android.util.Log.d("cipherName-9", javax.crypto.Cipher.getInstance(cipherName9).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator, boolean)
FileComparatorChain.java:[line221].
try{
android.util.Log.d("cipherName-10", javax.crypto.Cipher.getInstance(cipherName10).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator, boolean)
FileComparatorChain.java:[line230].
try{
android.util.Log.d("cipherName-11", javax.crypto.Cipher.getInstance(cipherName11).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator, boolean)
FileComparatorChain.java:[line237].
try{
android.util.Log.d("cipherName-12", javax.crypto.Cipher.getInstance(cipherName12).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setForwardSort(int)
FileComparatorChain.java:[line253].
try{
android.util.Log.d("cipherName-13", javax.crypto.Cipher.getInstance(cipherName13).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setReverseSort(int)
FileComparatorChain.java:[line269].
try{
android.util.Log.d("cipherName-14", javax.crypto.Cipher.getInstance(cipherName14).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.size()
FileComparatorChain.java:[line284].
try{
android.util.Log.d("cipherName-15", javax.crypto.Cipher.getInstance(cipherName15).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain()
FileComparatorChain.java:[line62].
try{
android.util.Log.d("cipherName-0", javax.crypto.Cipher.getInstance(cipherName0).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator)
FileComparatorChain.java:[line77].
try{
android.util.Log.d("cipherName-1", javax.crypto.Cipher.getInstance(cipherName1).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator, boolean)
FileComparatorChain.java:[line92].
try{
android.util.Log.d("cipherName-2", javax.crypto.Cipher.getInstance(cipherName2).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator, boolean)
FileComparatorChain.java:[line101].
try{
android.util.Log.d("cipherName-3", javax.crypto.Cipher.getInstance(cipherName3).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(List)
FileComparatorChain.java:[line120].
try{
android.util.Log.d("cipherName-4", javax.crypto.Cipher.getInstance(cipherName4).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(List, BitSet)
FileComparatorChain.java:[line143].
try{
android.util.Log.d("cipherName-5", javax.crypto.Cipher.getInstance(cipherName5).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.addComparator(Comparator)
FileComparatorChain.java:[line160].
try{
android.util.Log.d("cipherName-6", javax.crypto.Cipher.getInstance(cipherName6).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.addComparator(Comparator, boolean)
FileComparatorChain.java:[line176].
try{
android.util.Log.d("cipherName-7", javax.crypto.Cipher.getInstance(cipherName7).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.addComparator(Comparator, boolean)
FileComparatorChain.java:[line185].
try{
android.util.Log.d("cipherName-8", javax.crypto.Cipher.getInstance(cipherName8).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkChainIntegrity()
FileComparatorChain.java:[line337].
try{
android.util.Log.d("cipherName-19", javax.crypto.Cipher.getInstance(cipherName19).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkChainIntegrity()
FileComparatorChain.java:[line343].
try{
android.util.Log.d("cipherName-20", javax.crypto.Cipher.getInstance(cipherName20).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkLocked()
FileComparatorChain.java:[line315].
try{
android.util.Log.d("cipherName-17", javax.crypto.Cipher.getInstance(cipherName17).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkLocked()
FileComparatorChain.java:[line321].
try{
android.util.Log.d("cipherName-18", javax.crypto.Cipher.getInstance(cipherName18).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.clear()
FileComparatorChain.java:[line517].
try{
android.util.Log.d("cipherName-35", javax.crypto.Cipher.getInstance(cipherName35).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line365].
try{
android.util.Log.d("cipherName-21", javax.crypto.Cipher.getInstance(cipherName21).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line371].
try{
android.util.Log.d("cipherName-22", javax.crypto.Cipher.getInstance(cipherName22).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line384].
try{
android.util.Log.d("cipherName-23", javax.crypto.Cipher.getInstance(cipherName23).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line392].
try{
android.util.Log.d("cipherName-24", javax.crypto.Cipher.getInstance(cipherName24).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line399].
try{
android.util.Log.d("cipherName-25", javax.crypto.Cipher.getInstance(cipherName25).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line405].
try{
android.util.Log.d("cipherName-26", javax.crypto.Cipher.getInstance(cipherName26).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line412].
try{
android.util.Log.d("cipherName-27", javax.crypto.Cipher.getInstance(cipherName27).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line481].
try{
android.util.Log.d("cipherName-31", javax.crypto.Cipher.getInstance(cipherName31).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line487].
try{
android.util.Log.d("cipherName-32", javax.crypto.Cipher.getInstance(cipherName32).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line495].
try{
android.util.Log.d("cipherName-33", javax.crypto.Cipher.getInstance(cipherName33).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line503].
try{
android.util.Log.d("cipherName-34", javax.crypto.Cipher.getInstance(cipherName34).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.hashCode()
FileComparatorChain.java:[line438].
try{
android.util.Log.d("cipherName-28", javax.crypto.Cipher.getInstance(cipherName28).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.hashCode()
FileComparatorChain.java:[line445].
try{
android.util.Log.d("cipherName-29", javax.crypto.Cipher.getInstance(cipherName29).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.hashCode()
FileComparatorChain.java:[line453].
try{
android.util.Log.d("cipherName-30", javax.crypto.Cipher.getInstance(cipherName30).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.isLocked()
FileComparatorChain.java:[line301].
try{
android.util.Log.d("cipherName-16", javax.crypto.Cipher.getInstance(cipherName16).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator)
FileComparatorChain.java:[line204].
try{
android.util.Log.d("cipherName-9", javax.crypto.Cipher.getInstance(cipherName9).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator, boolean)
FileComparatorChain.java:[line221].
try{
android.util.Log.d("cipherName-10", javax.crypto.Cipher.getInstance(cipherName10).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator, boolean)
FileComparatorChain.java:[line230].
try{
android.util.Log.d("cipherName-11", javax.crypto.Cipher.getInstance(cipherName11).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator, boolean)
FileComparatorChain.java:[line237].
try{
android.util.Log.d("cipherName-12", javax.crypto.Cipher.getInstance(cipherName12).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setForwardSort(int)
FileComparatorChain.java:[line253].
try{
android.util.Log.d("cipherName-13", javax.crypto.Cipher.getInstance(cipherName13).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setReverseSort(int)
FileComparatorChain.java:[line269].
try{
android.util.Log.d("cipherName-14", javax.crypto.Cipher.getInstance(cipherName14).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.size()
FileComparatorChain.java:[line284].
try{
android.util.Log.d("cipherName-15", javax.crypto.Cipher.getInstance(cipherName15).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDirectoryFileComparator.java:[lines 18-43]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator.compare(FileData, FileData)
FileDirectoryFileComparator.java:[line24].
try{
android.util.Log.d("cipherName-37", javax.crypto.Cipher.getInstance(cipherName37).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDirectoryFileComparator.java:[lines 18-43]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator.compare(FileData, FileData)
FileDirectoryFileComparator.java:[line30].
try{
android.util.Log.d("cipherName-38", javax.crypto.Cipher.getInstance(cipherName38).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDirectoryFileComparator.java:[lines 18-43]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator.compare(FileData, FileData)
FileDirectoryFileComparator.java:[line36].
try{
android.util.Log.d("cipherName-39", javax.crypto.Cipher.getInstance(cipherName39).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDirectoryFileComparator.java:[lines 18-43]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator.compare(FileData, FileData)
FileDirectoryFileComparator.java:[line24].
try{
android.util.Log.d("cipherName-37", javax.crypto.Cipher.getInstance(cipherName37).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDirectoryFileComparator.java:[lines 18-43]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator.compare(FileData, FileData)
FileDirectoryFileComparator.java:[line30].
try{
android.util.Log.d("cipherName-38", javax.crypto.Cipher.getInstance(cipherName38).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDirectoryFileComparator.java:[lines 18-43]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator.compare(FileData, FileData)
FileDirectoryFileComparator.java:[line36].
try{
android.util.Log.d("cipherName-39", javax.crypto.Cipher.getInstance(cipherName39).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileNameComparator.java:[lines 18-27]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.NameComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.NameComparator.compare(FileData, FileData)
FileNameComparator.java:[line24].
try{
android.util.Log.d("cipherName-36", javax.crypto.Cipher.getInstance(cipherName36).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileNameComparator.java:[lines 18-27]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.NameComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.NameComparator.compare(FileData, FileData)
FileNameComparator.java:[line24].
try{
android.util.Log.d("cipherName-36", javax.crypto.Cipher.getInstance(cipherName36).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String)
FileMyLog.java:[line178].
try{
android.util.Log.d("cipherName-438", javax.crypto.Cipher.getInstance(cipherName438).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line114].
try{
android.util.Log.d("cipherName-432", javax.crypto.Cipher.getInstance(cipherName432).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line121].
try{
android.util.Log.d("cipherName-433", javax.crypto.Cipher.getInstance(cipherName433).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line130].
try{
android.util.Log.d("cipherName-434", javax.crypto.Cipher.getInstance(cipherName434).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line139].
try{
android.util.Log.d("cipherName-435", javax.crypto.Cipher.getInstance(cipherName435).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line148].
try{
android.util.Log.d("cipherName-436", javax.crypto.Cipher.getInstance(cipherName436).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line158].
try{
android.util.Log.d("cipherName-437", javax.crypto.Cipher.getInstance(cipherName437).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.LogFileName()
FileMyLog.java:[line35].
try{
android.util.Log.d("cipherName-426", javax.crypto.Cipher.getInstance(cipherName426).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.SettingsFileName()
FileMyLog.java:[line43].
try{
android.util.Log.d("cipherName-427", javax.crypto.Cipher.getInstance(cipherName427).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line52].
try{
android.util.Log.d("cipherName-428", javax.crypto.Cipher.getInstance(cipherName428).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line60].
try{
android.util.Log.d("cipherName-429", javax.crypto.Cipher.getInstance(cipherName429).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line67].
try{
android.util.Log.d("cipherName-430", javax.crypto.Cipher.getInstance(cipherName430).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line90].
try{
android.util.Log.d("cipherName-431", javax.crypto.Cipher.getInstance(cipherName431).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String)
FileMyLog.java:[line178].
try{
android.util.Log.d("cipherName-438", javax.crypto.Cipher.getInstance(cipherName438).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line114].
try{
android.util.Log.d("cipherName-432", javax.crypto.Cipher.getInstance(cipherName432).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line121].
try{
android.util.Log.d("cipherName-433", javax.crypto.Cipher.getInstance(cipherName433).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line130].
try{
android.util.Log.d("cipherName-434", javax.crypto.Cipher.getInstance(cipherName434).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line139].
try{
android.util.Log.d("cipherName-435", javax.crypto.Cipher.getInstance(cipherName435).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line148].
try{
android.util.Log.d("cipherName-436", javax.crypto.Cipher.getInstance(cipherName436).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line158].
try{
android.util.Log.d("cipherName-437", javax.crypto.Cipher.getInstance(cipherName437).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.LogFileName()
FileMyLog.java:[line35].
try{
android.util.Log.d("cipherName-426", javax.crypto.Cipher.getInstance(cipherName426).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.SettingsFileName()
FileMyLog.java:[line43].
try{
android.util.Log.d("cipherName-427", javax.crypto.Cipher.getInstance(cipherName427).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line52].
try{
android.util.Log.d("cipherName-428", javax.crypto.Cipher.getInstance(cipherName428).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line60].
try{
android.util.Log.d("cipherName-429", javax.crypto.Cipher.getInstance(cipherName429).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line67].
try{
android.util.Log.d("cipherName-430", javax.crypto.Cipher.getInstance(cipherName430).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line90].
try{
android.util.Log.d("cipherName-431", javax.crypto.Cipher.getInstance(cipherName431).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterConnection(Context, int)
FilePrefsManager.java:[line1231].
try{
android.util.Log.d("cipherName-304", javax.crypto.Cipher.getInstance(cipherName304).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterMetres(Context, int)
FilePrefsManager.java:[line1358].
try{
android.util.Log.d("cipherName-314", javax.crypto.Cipher.getInstance(cipherName314).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterMinutes(Context, int)
FilePrefsManager.java:[line1280].
try{
android.util.Log.d("cipherName-308", javax.crypto.Cipher.getInstance(cipherName308).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterOrientation(Context, int)
FilePrefsManager.java:[line1171].
try{
android.util.Log.d("cipherName-300", javax.crypto.Cipher.getInstance(cipherName300).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterSteps(Context, int)
FilePrefsManager.java:[line1306].
try{
android.util.Log.d("cipherName-310", javax.crypto.Cipher.getInstance(cipherName310).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getBeforeConnection(Context, int)
FilePrefsManager.java:[line1254].
try{
android.util.Log.d("cipherName-306", javax.crypto.Cipher.getInstance(cipherName306).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getBeforeMinutes(Context, int)
FilePrefsManager.java:[line1137].
try{
android.util.Log.d("cipherName-298", javax.crypto.Cipher.getInstance(cipherName298).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getBeforeOrientation(Context, int)
FilePrefsManager.java:[line1194].
try{
android.util.Log.d("cipherName-302", javax.crypto.Cipher.getInstance(cipherName302).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCalendars(Context, int)
FilePrefsManager.java:[line871].
try{
android.util.Log.d("cipherName-281", javax.crypto.Cipher.getInstance(cipherName281).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCalendars(Context, int)
FilePrefsManager.java:[line885].
try{
android.util.Log.d("cipherName-282", javax.crypto.Cipher.getInstance(cipherName282).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassName(Context, int)
FilePrefsManager.java:[line684].
try{
android.util.Log.d("cipherName-266", javax.crypto.Cipher.getInstance(cipherName266).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassName(SharedPreferences, int)
FilePrefsManager.java:[line674].
try{
android.util.Log.d("cipherName-265", javax.crypto.Cipher.getInstance(cipherName265).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(Context, String)
FilePrefsManager.java:[line723].
try{
android.util.Log.d("cipherName-270", javax.crypto.Cipher.getInstance(cipherName270).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(SharedPreferences, String)
FilePrefsManager.java:[line695].
try{
android.util.Log.d("cipherName-267", javax.crypto.Cipher.getInstance(cipherName267).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(SharedPreferences, String)
FilePrefsManager.java:[line703].
try{
android.util.Log.d("cipherName-268", javax.crypto.Cipher.getInstance(cipherName268).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(SharedPreferences, String)
FilePrefsManager.java:[line711].
try{
android.util.Log.d("cipherName-269", javax.crypto.Cipher.getInstance(cipherName269).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCurrentMode(Context)
FilePrefsManager.java:[line462].
try{
android.util.Log.d("cipherName-255", javax.crypto.Cipher.getInstance(cipherName255).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCurrentMode(Context)
FilePrefsManager.java:[line469].
try{
android.util.Log.d("cipherName-256", javax.crypto.Cipher.getInstance(cipherName256).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getDefaultDir(Context)
FilePrefsManager.java:[line42].
try{
android.util.Log.d("cipherName-222", javax.crypto.Cipher.getInstance(cipherName222).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEnglishStateName(Context, int)
FilePrefsManager.java:[line541].
try{
android.util.Log.d("cipherName-258", javax.crypto.Cipher.getInstance(cipherName258).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventColour(Context, int)
FilePrefsManager.java:[line825].
try{
android.util.Log.d("cipherName-278", javax.crypto.Cipher.getInstance(cipherName278).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventDescription(Context, int)
FilePrefsManager.java:[line798].
try{
android.util.Log.d("cipherName-276", javax.crypto.Cipher.getInstance(cipherName276).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventLocation(Context, int)
FilePrefsManager.java:[line772].
try{
android.util.Log.d("cipherName-274", javax.crypto.Cipher.getInstance(cipherName274).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventName(Context, int)
FilePrefsManager.java:[line746].
try{
android.util.Log.d("cipherName-272", javax.crypto.Cipher.getInstance(cipherName272).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastActive(Context, int)
FilePrefsManager.java:[line1714].
try{
android.util.Log.d("cipherName-340", javax.crypto.Cipher.getInstance(cipherName340).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastAlarmTime(Context)
FilePrefsManager.java:[line427].
try{
android.util.Log.d("cipherName-254", javax.crypto.Cipher.getInstance(cipherName254).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastInvocationTime(Context)
FilePrefsManager.java:[line405].
try{
android.util.Log.d("cipherName-252", javax.crypto.Cipher.getInstance(cipherName252).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastRinger(Context)
FilePrefsManager.java:[line633].
try{
android.util.Log.d("cipherName-263", javax.crypto.Cipher.getInstance(cipherName263).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastTriggerEnd(Context, int)
FilePrefsManager.java:[line1633].
try{
android.util.Log.d("cipherName-334", javax.crypto.Cipher.getInstance(cipherName334).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastcycleDate(Context)
FilePrefsManager.java:[line108].
try{
android.util.Log.d("cipherName-228", javax.crypto.Cipher.getInstance(cipherName228).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLatitude(Context, int)
FilePrefsManager.java:[line1394].
try{
android.util.Log.d("cipherName-316", javax.crypto.Cipher.getInstance(cipherName316).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLocationState(Context)
FilePrefsManager.java:[line233].
try{
android.util.Log.d("cipherName-238", javax.crypto.Cipher.getInstance(cipherName238).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLogcycleMode(Context)
FilePrefsManager.java:[line86].
try{
android.util.Log.d("cipherName-226", javax.crypto.Cipher.getInstance(cipherName226).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLoggingMode(Context)
FilePrefsManager.java:[line64].
try{
android.util.Log.d("cipherName-224", javax.crypto.Cipher.getInstance(cipherName224).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLongitude(Context, int)
FilePrefsManager.java:[line1421].
try{
android.util.Log.d("cipherName-318", javax.crypto.Cipher.getInstance(cipherName318).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getMuteResult(Context)
FilePrefsManager.java:[line157].
try{
android.util.Log.d("cipherName-232", javax.crypto.Cipher.getInstance(cipherName232).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNewClass(Context)
FilePrefsManager.java:[line358].
try{
android.util.Log.d("cipherName-248", javax.crypto.Cipher.getInstance(cipherName248).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNewClass(Context)
FilePrefsManager.java:[line369].
try{
android.util.Log.d("cipherName-249", javax.crypto.Cipher.getInstance(cipherName249).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNewClass(Context)
FilePrefsManager.java:[line376].
try{
android.util.Log.d("cipherName-250", javax.crypto.Cipher.getInstance(cipherName250).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNextLocationMode(Context)
FilePrefsManager.java:[line130].
try{
android.util.Log.d("cipherName-230", javax.crypto.Cipher.getInstance(cipherName230).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNotifiedCannotReadPhoneState(Context)
FilePrefsManager.java:[line211].
try{
android.util.Log.d("cipherName-236", javax.crypto.Cipher.getInstance(cipherName236).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNotifyEnd(Context, int)
FilePrefsManager.java:[line1526].
try{
android.util.Log.d("cipherName-326", javax.crypto.Cipher.getInstance(cipherName326).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNotifyStart(Context, int)
FilePrefsManager.java:[line1447].
try{
android.util.Log.d("cipherName-320", javax.crypto.Cipher.getInstance(cipherName320).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNumClasses(Context)
FilePrefsManager.java:[line324].
try{
android.util.Log.d("cipherName-245", javax.crypto.Cipher.getInstance(cipherName245).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNumClasses(SharedPreferences)
FilePrefsManager.java:[line304].
try{
android.util.Log.d("cipherName-243", javax.crypto.Cipher.getInstance(cipherName243).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNumClasses(SharedPreferences)
FilePrefsManager.java:[line312].
try{
android.util.Log.d("cipherName-244", javax.crypto.Cipher.getInstance(cipherName244).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getOrientationState(Context)
FilePrefsManager.java:[line292].
try{
android.util.Log.d("cipherName-242", javax.crypto.Cipher.getInstance(cipherName242).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getPhoneState(Context)
FilePrefsManager.java:[line186].
try{
android.util.Log.d("cipherName-234", javax.crypto.Cipher.getInstance(cipherName234).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getPlaysoundEnd(Context, int)
FilePrefsManager.java:[line1553].
try{
android.util.Log.d("cipherName-328", javax.crypto.Cipher.getInstance(cipherName328).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getPlaysoundStart(Context, int)
FilePrefsManager.java:[line1474].
try{
android.util.Log.d("cipherName-322", javax.crypto.Cipher.getInstance(cipherName322).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRestoreRinger(Context, int)
FilePrefsManager.java:[line1111].
try{
android.util.Log.d("cipherName-296", javax.crypto.Cipher.getInstance(cipherName296).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRingerAction(Context, int)
FilePrefsManager.java:[line1068].
try{
android.util.Log.d("cipherName-294", javax.crypto.Cipher.getInstance(cipherName294).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRingerSetting(Context, int)
FilePrefsManager.java:[line568].
try{
android.util.Log.d("cipherName-259", javax.crypto.Cipher.getInstance(cipherName259).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRingerStateName(Context, int)
FilePrefsManager.java:[line505].
try{
android.util.Log.d("cipherName-257", javax.crypto.Cipher.getInstance(cipherName257).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getSoundFileEnd(Context, int)
FilePrefsManager.java:[line1579].
try{
android.util.Log.d("cipherName-330", javax.crypto.Cipher.getInstance(cipherName330).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getSoundFileStart(Context, int)
FilePrefsManager.java:[line1500].
try{
android.util.Log.d("cipherName-324", javax.crypto.Cipher.getInstance(cipherName324).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getStepCount(Context)
FilePrefsManager.java:[line267].
try{
android.util.Log.d("cipherName-240", javax.crypto.Cipher.getInstance(cipherName240).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getTargetSteps(Context, int)
FilePrefsManager.java:[line1332].
try{
android.util.Log.d("cipherName-312", javax.crypto.Cipher.getInstance(cipherName312).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getUserRinger(Context)
FilePrefsManager.java:[line593].
try{
android.util.Log.d("cipherName-261", javax.crypto.Cipher.getInstance(cipherName261).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherAttendees(Context, int)
FilePrefsManager.java:[line1041].
try{
android.util.Log.d("cipherName-292", javax.crypto.Cipher.getInstance(cipherName292).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherBusy(Context, int)
FilePrefsManager.java:[line916].
try{
android.util.Log.d("cipherName-284", javax.crypto.Cipher.getInstance(cipherName284).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherOrganiser(Context, int)
FilePrefsManager.java:[line978].
try{
android.util.Log.d("cipherName-288", javax.crypto.Cipher.getInstance(cipherName288).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherPublic(Context, int)
FilePrefsManager.java:[line1009].
try{
android.util.Log.d("cipherName-290", javax.crypto.Cipher.getInstance(cipherName290).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherRecurrent(Context, int)
FilePrefsManager.java:[line947].
try{
android.util.Log.d("cipherName-286", javax.crypto.Cipher.getInstance(cipherName286).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassActive(Context, int)
FilePrefsManager.java:[line1660].
try{
android.util.Log.d("cipherName-336", javax.crypto.Cipher.getInstance(cipherName336).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassTriggered(Context, int)
FilePrefsManager.java:[line1606].
try{
android.util.Log.d("cipherName-332", javax.crypto.Cipher.getInstance(cipherName332).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassUsed(Context, int)
FilePrefsManager.java:[line347].
try{
android.util.Log.d("cipherName-247", javax.crypto.Cipher.getInstance(cipherName247).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassUsed(SharedPreferences, int)
FilePrefsManager.java:[line337].
try{
android.util.Log.d("cipherName-246", javax.crypto.Cipher.getInstance(cipherName246).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassWaiting(Context, int)
FilePrefsManager.java:[line1687].
try{
android.util.Log.d("cipherName-338", javax.crypto.Cipher.getInstance(cipherName338).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1902].
try{
android.util.Log.d("cipherName-350", javax.crypto.Cipher.getInstance(cipherName350).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1912].
try{
android.util.Log.d("cipherName-351", javax.crypto.Cipher.getInstance(cipherName351).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1918].
try{
android.util.Log.d("cipherName-352", javax.crypto.Cipher.getInstance(cipherName352).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1924].
try{
android.util.Log.d("cipherName-353", javax.crypto.Cipher.getInstance(cipherName353).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1933].
try{
android.util.Log.d("cipherName-354", javax.crypto.Cipher.getInstance(cipherName354).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1940].
try{
android.util.Log.d("cipherName-355", javax.crypto.Cipher.getInstance(cipherName355).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1949].
try{
android.util.Log.d("cipherName-356", javax.crypto.Cipher.getInstance(cipherName356).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1959].
try{
android.util.Log.d("cipherName-357", javax.crypto.Cipher.getInstance(cipherName357).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1966].
try{
android.util.Log.d("cipherName-358", javax.crypto.Cipher.getInstance(cipherName358).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1975].
try{
android.util.Log.d("cipherName-359", javax.crypto.Cipher.getInstance(cipherName359).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1985].
try{
android.util.Log.d("cipherName-360", javax.crypto.Cipher.getInstance(cipherName360).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1995].
try{
android.util.Log.d("cipherName-361", javax.crypto.Cipher.getInstance(cipherName361).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2004].
try{
android.util.Log.d("cipherName-362", javax.crypto.Cipher.getInstance(cipherName362).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2013].
try{
android.util.Log.d("cipherName-363", javax.crypto.Cipher.getInstance(cipherName363).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2022].
try{
android.util.Log.d("cipherName-364", javax.crypto.Cipher.getInstance(cipherName364).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2031].
try{
android.util.Log.d("cipherName-365", javax.crypto.Cipher.getInstance(cipherName365).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2041].
try{
android.util.Log.d("cipherName-366", javax.crypto.Cipher.getInstance(cipherName366).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2048].
try{
android.util.Log.d("cipherName-367", javax.crypto.Cipher.getInstance(cipherName367).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2056].
try{
android.util.Log.d("cipherName-368", javax.crypto.Cipher.getInstance(cipherName368).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2064].
try{
android.util.Log.d("cipherName-369", javax.crypto.Cipher.getInstance(cipherName369).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2072].
try{
android.util.Log.d("cipherName-370", javax.crypto.Cipher.getInstance(cipherName370).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2081].
try{
android.util.Log.d("cipherName-371", javax.crypto.Cipher.getInstance(cipherName371).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2089].
try{
android.util.Log.d("cipherName-372", javax.crypto.Cipher.getInstance(cipherName372).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2096].
try{
android.util.Log.d("cipherName-373", javax.crypto.Cipher.getInstance(cipherName373).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2104].
try{
android.util.Log.d("cipherName-374", javax.crypto.Cipher.getInstance(cipherName374).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2112].
try{
android.util.Log.d("cipherName-375", javax.crypto.Cipher.getInstance(cipherName375).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2120].
try{
android.util.Log.d("cipherName-376", javax.crypto.Cipher.getInstance(cipherName376).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2128].
try{
android.util.Log.d("cipherName-377", javax.crypto.Cipher.getInstance(cipherName377).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2136].
try{
android.util.Log.d("cipherName-378", javax.crypto.Cipher.getInstance(cipherName378).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2144].
try{
android.util.Log.d("cipherName-379", javax.crypto.Cipher.getInstance(cipherName379).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2152].
try{
android.util.Log.d("cipherName-380", javax.crypto.Cipher.getInstance(cipherName380).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2160].
try{
android.util.Log.d("cipherName-381", javax.crypto.Cipher.getInstance(cipherName381).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2168].
try{
android.util.Log.d("cipherName-382", javax.crypto.Cipher.getInstance(cipherName382).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2176].
try{
android.util.Log.d("cipherName-383", javax.crypto.Cipher.getInstance(cipherName383).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2184].
try{
android.util.Log.d("cipherName-384", javax.crypto.Cipher.getInstance(cipherName384).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2191].
try{
android.util.Log.d("cipherName-385", javax.crypto.Cipher.getInstance(cipherName385).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2200].
try{
android.util.Log.d("cipherName-386", javax.crypto.Cipher.getInstance(cipherName386).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2210].
try{
android.util.Log.d("cipherName-387", javax.crypto.Cipher.getInstance(cipherName387).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2217].
try{
android.util.Log.d("cipherName-388", javax.crypto.Cipher.getInstance(cipherName388).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2225].
try{
android.util.Log.d("cipherName-389", javax.crypto.Cipher.getInstance(cipherName389).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2233].
try{
android.util.Log.d("cipherName-390", javax.crypto.Cipher.getInstance(cipherName390).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2240].
try{
android.util.Log.d("cipherName-391", javax.crypto.Cipher.getInstance(cipherName391).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2248].
try{
android.util.Log.d("cipherName-392", javax.crypto.Cipher.getInstance(cipherName392).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2256].
try{
android.util.Log.d("cipherName-393", javax.crypto.Cipher.getInstance(cipherName393).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2263].
try{
android.util.Log.d("cipherName-394", javax.crypto.Cipher.getInstance(cipherName394).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2271].
try{
android.util.Log.d("cipherName-395", javax.crypto.Cipher.getInstance(cipherName395).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2279].
try{
android.util.Log.d("cipherName-396", javax.crypto.Cipher.getInstance(cipherName396).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2286].
try{
android.util.Log.d("cipherName-397", javax.crypto.Cipher.getInstance(cipherName397).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2294].
try{
android.util.Log.d("cipherName-398", javax.crypto.Cipher.getInstance(cipherName398).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2302].
try{
android.util.Log.d("cipherName-399", javax.crypto.Cipher.getInstance(cipherName399).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2309].
try{
android.util.Log.d("cipherName-400", javax.crypto.Cipher.getInstance(cipherName400).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2317].
try{
android.util.Log.d("cipherName-401", javax.crypto.Cipher.getInstance(cipherName401).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2325].
try{
android.util.Log.d("cipherName-402", javax.crypto.Cipher.getInstance(cipherName402).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2332].
try{
android.util.Log.d("cipherName-403", javax.crypto.Cipher.getInstance(cipherName403).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2340].
try{
android.util.Log.d("cipherName-404", javax.crypto.Cipher.getInstance(cipherName404).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2348].
try{
android.util.Log.d("cipherName-405", javax.crypto.Cipher.getInstance(cipherName405).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2355].
try{
android.util.Log.d("cipherName-406", javax.crypto.Cipher.getInstance(cipherName406).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2363].
try{
android.util.Log.d("cipherName-407", javax.crypto.Cipher.getInstance(cipherName407).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2371].
try{
android.util.Log.d("cipherName-408", javax.crypto.Cipher.getInstance(cipherName408).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2378].
try{
android.util.Log.d("cipherName-409", javax.crypto.Cipher.getInstance(cipherName409).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2386].
try{
android.util.Log.d("cipherName-410", javax.crypto.Cipher.getInstance(cipherName410).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2394].
try{
android.util.Log.d("cipherName-411", javax.crypto.Cipher.getInstance(cipherName411).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2401].
try{
android.util.Log.d("cipherName-412", javax.crypto.Cipher.getInstance(cipherName412).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2410].
try{
android.util.Log.d("cipherName-413", javax.crypto.Cipher.getInstance(cipherName413).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2420].
try{
android.util.Log.d("cipherName-414", javax.crypto.Cipher.getInstance(cipherName414).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2427].
try{
android.util.Log.d("cipherName-415", javax.crypto.Cipher.getInstance(cipherName415).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2436].
try{
android.util.Log.d("cipherName-416", javax.crypto.Cipher.getInstance(cipherName416).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2446].
try{
android.util.Log.d("cipherName-417", javax.crypto.Cipher.getInstance(cipherName417).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2453].
try{
android.util.Log.d("cipherName-418", javax.crypto.Cipher.getInstance(cipherName418).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2462].
try{
android.util.Log.d("cipherName-419", javax.crypto.Cipher.getInstance(cipherName419).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2472].
try{
android.util.Log.d("cipherName-420", javax.crypto.Cipher.getInstance(cipherName420).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2479].
try{
android.util.Log.d("cipherName-421", javax.crypto.Cipher.getInstance(cipherName421).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2488].
try{
android.util.Log.d("cipherName-422", javax.crypto.Cipher.getInstance(cipherName422).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2498].
try{
android.util.Log.d("cipherName-423", javax.crypto.Cipher.getInstance(cipherName423).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2507].
try{
android.util.Log.d("cipherName-424", javax.crypto.Cipher.getInstance(cipherName424).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2516].
try{
android.util.Log.d("cipherName-425", javax.crypto.Cipher.getInstance(cipherName425).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.putCalendars(Context, int, ArrayList)
FilePrefsManager.java:[line842].
try{
android.util.Log.d("cipherName-279", javax.crypto.Cipher.getInstance(cipherName279).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.putCalendars(Context, int, ArrayList)
FilePrefsManager.java:[line853].
try{
android.util.Log.d("cipherName-280", javax.crypto.Cipher.getInstance(cipherName280).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.removeClass(Context, String)
FilePrefsManager.java:[line1765].
try{
android.util.Log.d("cipherName-342", javax.crypto.Cipher.getInstance(cipherName342).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.removeClass(SharedPreferences, int)
FilePrefsManager.java:[line1725].
try{
android.util.Log.d("cipherName-341", javax.crypto.Cipher.getInstance(cipherName341).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveClassSettings(Context, PrintStream, int)
FilePrefsManager.java:[line1777].
try{
android.util.Log.d("cipherName-343", javax.crypto.Cipher.getInstance(cipherName343).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1840].
try{
android.util.Log.d("cipherName-344", javax.crypto.Cipher.getInstance(cipherName344).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1847].
try{
android.util.Log.d("cipherName-345", javax.crypto.Cipher.getInstance(cipherName345).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1858].
try{
android.util.Log.d("cipherName-346", javax.crypto.Cipher.getInstance(cipherName346).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1866].
try{
android.util.Log.d("cipherName-347", javax.crypto.Cipher.getInstance(cipherName347).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1882].
try{
android.util.Log.d("cipherName-348", javax.crypto.Cipher.getInstance(cipherName348).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1889].
try{
android.util.Log.d("cipherName-349", javax.crypto.Cipher.getInstance(cipherName349).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterConnection(Context, int, int)
FilePrefsManager.java:[line1220].
try{
android.util.Log.d("cipherName-303", javax.crypto.Cipher.getInstance(cipherName303).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterMetres(Context, int, int)
FilePrefsManager.java:[line1347].
try{
android.util.Log.d("cipherName-313", javax.crypto.Cipher.getInstance(cipherName313).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterMinutes(Context, int, int)
FilePrefsManager.java:[line1269].
try{
android.util.Log.d("cipherName-307", javax.crypto.Cipher.getInstance(cipherName307).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterOrientation(Context, int, int)
FilePrefsManager.java:[line1160].
try{
android.util.Log.d("cipherName-299", javax.crypto.Cipher.getInstance(cipherName299).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterSteps(Context, int, int)
FilePrefsManager.java:[line1295].
try{
android.util.Log.d("cipherName-309", javax.crypto.Cipher.getInstance(cipherName309).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setBeforeConnection(Context, int, int)
FilePrefsManager.java:[line1243].
try{
android.util.Log.d("cipherName-305", javax.crypto.Cipher.getInstance(cipherName305).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setBeforeMinutes(Context, int, int)
FilePrefsManager.java:[line1126].
try{
android.util.Log.d("cipherName-297", javax.crypto.Cipher.getInstance(cipherName297).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setBeforeOrientation(Context, int, int)
FilePrefsManager.java:[line1183].
try{
android.util.Log.d("cipherName-301", javax.crypto.Cipher.getInstance(cipherName301).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassActive(Context, int, boolean)
FilePrefsManager.java:[line1649].
try{
android.util.Log.d("cipherName-335", javax.crypto.Cipher.getInstance(cipherName335).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassName(Context, int, String)
FilePrefsManager.java:[line663].
try{
android.util.Log.d("cipherName-264", javax.crypto.Cipher.getInstance(cipherName264).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassTriggered(Context, int, boolean)
FilePrefsManager.java:[line1595].
try{
android.util.Log.d("cipherName-331", javax.crypto.Cipher.getInstance(cipherName331).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassWaiting(Context, int, boolean)
FilePrefsManager.java:[line1676].
try{
android.util.Log.d("cipherName-337", javax.crypto.Cipher.getInstance(cipherName337).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setDefaultDir(Context, String)
FilePrefsManager.java:[line32].
try{
android.util.Log.d("cipherName-221", javax.crypto.Cipher.getInstance(cipherName221).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventColour(Context, int, String)
FilePrefsManager.java:[line814].
try{
android.util.Log.d("cipherName-277", javax.crypto.Cipher.getInstance(cipherName277).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventDescription(Context, int, String)
FilePrefsManager.java:[line787].
try{
android.util.Log.d("cipherName-275", javax.crypto.Cipher.getInstance(cipherName275).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventLocation(Context, int, String)
FilePrefsManager.java:[line761].
try{
android.util.Log.d("cipherName-273", javax.crypto.Cipher.getInstance(cipherName273).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventName(Context, int, String)
FilePrefsManager.java:[line735].
try{
android.util.Log.d("cipherName-271", javax.crypto.Cipher.getInstance(cipherName271).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastActive(Context, int, String)
FilePrefsManager.java:[line1703].
try{
android.util.Log.d("cipherName-339", javax.crypto.Cipher.getInstance(cipherName339).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastAlarmTime(Context, long)
FilePrefsManager.java:[line417].
try{
android.util.Log.d("cipherName-253", javax.crypto.Cipher.getInstance(cipherName253).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastCycleDate(Context, long)
FilePrefsManager.java:[line98].
try{
android.util.Log.d("cipherName-227", javax.crypto.Cipher.getInstance(cipherName227).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastInvocationTime(Context, long)
FilePrefsManager.java:[line395].
try{
android.util.Log.d("cipherName-251", javax.crypto.Cipher.getInstance(cipherName251).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastRinger(Context, int)
FilePrefsManager.java:[line622].
try{
android.util.Log.d("cipherName-262", javax.crypto.Cipher.getInstance(cipherName262).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastTriggerEnd(Context, int, long)
FilePrefsManager.java:[line1622].
try{
android.util.Log.d("cipherName-333", javax.crypto.Cipher.getInstance(cipherName333).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLatitude(Context, int, double)
FilePrefsManager.java:[line1382].
try{
android.util.Log.d("cipherName-315", javax.crypto.Cipher.getInstance(cipherName315).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLocationState(Context, boolean)
FilePrefsManager.java:[line223].
try{
android.util.Log.d("cipherName-237", javax.crypto.Cipher.getInstance(cipherName237).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLogCycleMode(Context, boolean)
FilePrefsManager.java:[line76].
try{
android.util.Log.d("cipherName-225", javax.crypto.Cipher.getInstance(cipherName225).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLoggingMode(Context, boolean)
FilePrefsManager.java:[line54].
try{
android.util.Log.d("cipherName-223", javax.crypto.Cipher.getInstance(cipherName223).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLongitude(Context, int, double)
FilePrefsManager.java:[line1410].
try{
android.util.Log.d("cipherName-317", javax.crypto.Cipher.getInstance(cipherName317).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setMuteResult(Context, int)
FilePrefsManager.java:[line147].
try{
android.util.Log.d("cipherName-231", javax.crypto.Cipher.getInstance(cipherName231).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNextLocationMode(Context, boolean)
FilePrefsManager.java:[line120].
try{
android.util.Log.d("cipherName-229", javax.crypto.Cipher.getInstance(cipherName229).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNotifiedCannotReadPhoneState(Context, boolean)
FilePrefsManager.java:[line200].
try{
android.util.Log.d("cipherName-235", javax.crypto.Cipher.getInstance(cipherName235).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNotifyEnd(Context, int, boolean)
FilePrefsManager.java:[line1515].
try{
android.util.Log.d("cipherName-325", javax.crypto.Cipher.getInstance(cipherName325).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNotifyStart(Context, int, boolean)
FilePrefsManager.java:[line1436].
try{
android.util.Log.d("cipherName-319", javax.crypto.Cipher.getInstance(cipherName319).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setOrientationState(Context, int)
FilePrefsManager.java:[line282].
try{
android.util.Log.d("cipherName-241", javax.crypto.Cipher.getInstance(cipherName241).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setPhoneState(Context, int)
FilePrefsManager.java:[line176].
try{
android.util.Log.d("cipherName-233", javax.crypto.Cipher.getInstance(cipherName233).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setPlaysoundEnd(Context, int, boolean)
FilePrefsManager.java:[line1541].
try{
android.util.Log.d("cipherName-327", javax.crypto.Cipher.getInstance(cipherName327).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setPlaysoundStart(Context, int, boolean)
FilePrefsManager.java:[line1462].
try{
android.util.Log.d("cipherName-321", javax.crypto.Cipher.getInstance(cipherName321).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setRestoreRinger(Context, int, boolean)
FilePrefsManager.java:[line1100].
try{
android.util.Log.d("cipherName-295", javax.crypto.Cipher.getInstance(cipherName295).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setRingerAction(Context, int, int)
FilePrefsManager.java:[line1055].
try{
android.util.Log.d("cipherName-293", javax.crypto.Cipher.getInstance(cipherName293).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setSoundFileEnd(Context, int, String)
FilePrefsManager.java:[line1568].
try{
android.util.Log.d("cipherName-329", javax.crypto.Cipher.getInstance(cipherName329).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setSoundFileStart(Context, int, String)
FilePrefsManager.java:[line1489].
try{
android.util.Log.d("cipherName-323", javax.crypto.Cipher.getInstance(cipherName323).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setStepCount(Context, int)
FilePrefsManager.java:[line257].
try{
android.util.Log.d("cipherName-239", javax.crypto.Cipher.getInstance(cipherName239).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setTargetSteps(Context, int, int)
FilePrefsManager.java:[line1321].
try{
android.util.Log.d("cipherName-311", javax.crypto.Cipher.getInstance(cipherName311).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setUserRinger(Context, int)
FilePrefsManager.java:[line582].
try{
android.util.Log.d("cipherName-260", javax.crypto.Cipher.getInstance(cipherName260).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherAttendees(Context, int, int)
FilePrefsManager.java:[line1030].
try{
android.util.Log.d("cipherName-291", javax.crypto.Cipher.getInstance(cipherName291).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherBusy(Context, int, int)
FilePrefsManager.java:[line905].
try{
android.util.Log.d("cipherName-283", javax.crypto.Cipher.getInstance(cipherName283).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherOrganiser(Context, int, int)
FilePrefsManager.java:[line967].
try{
android.util.Log.d("cipherName-287", javax.crypto.Cipher.getInstance(cipherName287).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherPublic(Context, int, int)
FilePrefsManager.java:[line998].
try{
android.util.Log.d("cipherName-289", javax.crypto.Cipher.getInstance(cipherName289).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherRecurrent(Context, int, int)
FilePrefsManager.java:[line936].
try{
android.util.Log.d("cipherName-285", javax.crypto.Cipher.getInstance(cipherName285).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterConnection(Context, int)
FilePrefsManager.java:[line1231].
try{
android.util.Log.d("cipherName-304", javax.crypto.Cipher.getInstance(cipherName304).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterMetres(Context, int)
FilePrefsManager.java:[line1358].
try{
android.util.Log.d("cipherName-314", javax.crypto.Cipher.getInstance(cipherName314).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterMinutes(Context, int)
FilePrefsManager.java:[line1280].
try{
android.util.Log.d("cipherName-308", javax.crypto.Cipher.getInstance(cipherName308).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterOrientation(Context, int)
FilePrefsManager.java:[line1171].
try{
android.util.Log.d("cipherName-300", javax.crypto.Cipher.getInstance(cipherName300).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterSteps(Context, int)
FilePrefsManager.java:[line1306].
try{
android.util.Log.d("cipherName-310", javax.crypto.Cipher.getInstance(cipherName310).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getBeforeConnection(Context, int)
FilePrefsManager.java:[line1254].
try{
android.util.Log.d("cipherName-306", javax.crypto.Cipher.getInstance(cipherName306).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getBeforeMinutes(Context, int)
FilePrefsManager.java:[line1137].
try{
android.util.Log.d("cipherName-298", javax.crypto.Cipher.getInstance(cipherName298).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getBeforeOrientation(Context, int)
FilePrefsManager.java:[line1194].
try{
android.util.Log.d("cipherName-302", javax.crypto.Cipher.getInstance(cipherName302).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCalendars(Context, int)
FilePrefsManager.java:[line871].
try{
android.util.Log.d("cipherName-281", javax.crypto.Cipher.getInstance(cipherName281).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCalendars(Context, int)
FilePrefsManager.java:[line885].
try{
android.util.Log.d("cipherName-282", javax.crypto.Cipher.getInstance(cipherName282).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassName(Context, int)
FilePrefsManager.java:[line684].
try{
android.util.Log.d("cipherName-266", javax.crypto.Cipher.getInstance(cipherName266).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassName(SharedPreferences, int)
FilePrefsManager.java:[line674].
try{
android.util.Log.d("cipherName-265", javax.crypto.Cipher.getInstance(cipherName265).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(Context, String)
FilePrefsManager.java:[line723].
try{
android.util.Log.d("cipherName-270", javax.crypto.Cipher.getInstance(cipherName270).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(SharedPreferences, String)
FilePrefsManager.java:[line695].
try{
android.util.Log.d("cipherName-267", javax.crypto.Cipher.getInstance(cipherName267).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(SharedPreferences, String)
FilePrefsManager.java:[line703].
try{
android.util.Log.d("cipherName-268", javax.crypto.Cipher.getInstance(cipherName268).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(SharedPreferences, String)
FilePrefsManager.java:[line711].
try{
android.util.Log.d("cipherName-269", javax.crypto.Cipher.getInstance(cipherName269).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCurrentMode(Context)
FilePrefsManager.java:[line462].
try{
android.util.Log.d("cipherName-255", javax.crypto.Cipher.getInstance(cipherName255).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCurrentMode(Context)
FilePrefsManager.java:[line469].
try{
android.util.Log.d("cipherName-256", javax.crypto.Cipher.getInstance(cipherName256).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getDefaultDir(Context)
FilePrefsManager.java:[line42].
try{
android.util.Log.d("cipherName-222", javax.crypto.Cipher.getInstance(cipherName222).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEnglishStateName(Context, int)
FilePrefsManager.java:[line541].
try{
android.util.Log.d("cipherName-258", javax.crypto.Cipher.getInstance(cipherName258).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventColour(Context, int)
FilePrefsManager.java:[line825].
try{
android.util.Log.d("cipherName-278", javax.crypto.Cipher.getInstance(cipherName278).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventDescription(Context, int)
FilePrefsManager.java:[line798].
try{
android.util.Log.d("cipherName-276", javax.crypto.Cipher.getInstance(cipherName276).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventLocation(Context, int)
FilePrefsManager.java:[line772].
try{
android.util.Log.d("cipherName-274", javax.crypto.Cipher.getInstance(cipherName274).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventName(Context, int)
FilePrefsManager.java:[line746].
try{
android.util.Log.d("cipherName-272", javax.crypto.Cipher.getInstance(cipherName272).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastActive(Context, int)
FilePrefsManager.java:[line1714].
try{
android.util.Log.d("cipherName-340", javax.crypto.Cipher.getInstance(cipherName340).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastAlarmTime(Context)
FilePrefsManager.java:[line427].
try{
android.util.Log.d("cipherName-254", javax.crypto.Cipher.getInstance(cipherName254).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastInvocationTime(Context)
FilePrefsManager.java:[line405].
try{
android.util.Log.d("cipherName-252", javax.crypto.Cipher.getInstance(cipherName252).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastRinger(Context)
FilePrefsManager.java:[line633].
try{
android.util.Log.d("cipherName-263", javax.crypto.Cipher.getInstance(cipherName263).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastTriggerEnd(Context, int)
FilePrefsManager.java:[line1633].
try{
android.util.Log.d("cipherName-334", javax.crypto.Cipher.getInstance(cipherName334).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastcycleDate(Context)
FilePrefsManager.java:[line108].
try{
android.util.Log.d("cipherName-228", javax.crypto.Cipher.getInstance(cipherName228).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLatitude(Context, int)
FilePrefsManager.java:[line1394].
try{
android.util.Log.d("cipherName-316", javax.crypto.Cipher.getInstance(cipherName316).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLocationState(Context)
FilePrefsManager.java:[line233].
try{
android.util.Log.d("cipherName-238", javax.crypto.Cipher.getInstance(cipherName238).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLogcycleMode(Context)
FilePrefsManager.java:[line86].
try{
android.util.Log.d("cipherName-226", javax.crypto.Cipher.getInstance(cipherName226).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLoggingMode(Context)
FilePrefsManager.java:[line64].
try{
android.util.Log.d("cipherName-224", javax.crypto.Cipher.getInstance(cipherName224).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLongitude(Context, int)
FilePrefsManager.java:[line1421].
try{
android.util.Log.d("cipherName-318", javax.crypto.Cipher.getInstance(cipherName318).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getMuteResult(Context)
FilePrefsManager.java:[line157].
try{
android.util.Log.d("cipherName-232", javax.crypto.Cipher.getInstance(cipherName232).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNewClass(Context)
FilePrefsManager.java:[line358].
try{
android.util.Log.d("cipherName-248", javax.crypto.Cipher.getInstance(cipherName248).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNewClass(Context)
FilePrefsManager.java:[line369].
try{
android.util.Log.d("cipherName-249", javax.crypto.Cipher.getInstance(cipherName249).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNewClass(Context)
FilePrefsManager.java:[line376].
try{
android.util.Log.d("cipherName-250", javax.crypto.Cipher.getInstance(cipherName250).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNextLocationMode(Context)
FilePrefsManager.java:[line130].
try{
android.util.Log.d("cipherName-230", javax.crypto.Cipher.getInstance(cipherName230).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNotifiedCannotReadPhoneState(Context)
FilePrefsManager.java:[line211].
try{
android.util.Log.d("cipherName-236", javax.crypto.Cipher.getInstance(cipherName236).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNotifyEnd(Context, int)
FilePrefsManager.java:[line1526].
try{
android.util.Log.d("cipherName-326", javax.crypto.Cipher.getInstance(cipherName326).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNotifyStart(Context, int)
FilePrefsManager.java:[line1447].
try{
android.util.Log.d("cipherName-320", javax.crypto.Cipher.getInstance(cipherName320).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNumClasses(Context)
FilePrefsManager.java:[line324].
try{
android.util.Log.d("cipherName-245", javax.crypto.Cipher.getInstance(cipherName245).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNumClasses(SharedPreferences)
FilePrefsManager.java:[line304].
try{
android.util.Log.d("cipherName-243", javax.crypto.Cipher.getInstance(cipherName243).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNumClasses(SharedPreferences)
FilePrefsManager.java:[line312].
try{
android.util.Log.d("cipherName-244", javax.crypto.Cipher.getInstance(cipherName244).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getOrientationState(Context)
FilePrefsManager.java:[line292].
try{
android.util.Log.d("cipherName-242", javax.crypto.Cipher.getInstance(cipherName242).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getPhoneState(Context)
FilePrefsManager.java:[line186].
try{
android.util.Log.d("cipherName-234", javax.crypto.Cipher.getInstance(cipherName234).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getPlaysoundEnd(Context, int)
FilePrefsManager.java:[line1553].
try{
android.util.Log.d("cipherName-328", javax.crypto.Cipher.getInstance(cipherName328).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getPlaysoundStart(Context, int)
FilePrefsManager.java:[line1474].
try{
android.util.Log.d("cipherName-322", javax.crypto.Cipher.getInstance(cipherName322).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRestoreRinger(Context, int)
FilePrefsManager.java:[line1111].
try{
android.util.Log.d("cipherName-296", javax.crypto.Cipher.getInstance(cipherName296).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRingerAction(Context, int)
FilePrefsManager.java:[line1068].
try{
android.util.Log.d("cipherName-294", javax.crypto.Cipher.getInstance(cipherName294).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRingerSetting(Context, int)
FilePrefsManager.java:[line568].
try{
android.util.Log.d("cipherName-259", javax.crypto.Cipher.getInstance(cipherName259).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRingerStateName(Context, int)
FilePrefsManager.java:[line505].
try{
android.util.Log.d("cipherName-257", javax.crypto.Cipher.getInstance(cipherName257).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getSoundFileEnd(Context, int)
FilePrefsManager.java:[line1579].
try{
android.util.Log.d("cipherName-330", javax.crypto.Cipher.getInstance(cipherName330).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getSoundFileStart(Context, int)
FilePrefsManager.java:[line1500].
try{
android.util.Log.d("cipherName-324", javax.crypto.Cipher.getInstance(cipherName324).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getStepCount(Context)
FilePrefsManager.java:[line267].
try{
android.util.Log.d("cipherName-240", javax.crypto.Cipher.getInstance(cipherName240).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getTargetSteps(Context, int)
FilePrefsManager.java:[line1332].
try{
android.util.Log.d("cipherName-312", javax.crypto.Cipher.getInstance(cipherName312).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getUserRinger(Context)
FilePrefsManager.java:[line593].
try{
android.util.Log.d("cipherName-261", javax.crypto.Cipher.getInstance(cipherName261).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherAttendees(Context, int)
FilePrefsManager.java:[line1041].
try{
android.util.Log.d("cipherName-292", javax.crypto.Cipher.getInstance(cipherName292).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherBusy(Context, int)
FilePrefsManager.java:[line916].
try{
android.util.Log.d("cipherName-284", javax.crypto.Cipher.getInstance(cipherName284).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherOrganiser(Context, int)
FilePrefsManager.java:[line978].
try{
android.util.Log.d("cipherName-288", javax.crypto.Cipher.getInstance(cipherName288).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherPublic(Context, int)
FilePrefsManager.java:[line1009].
try{
android.util.Log.d("cipherName-290", javax.crypto.Cipher.getInstance(cipherName290).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherRecurrent(Context, int)
FilePrefsManager.java:[line947].
try{
android.util.Log.d("cipherName-286", javax.crypto.Cipher.getInstance(cipherName286).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassActive(Context, int)
FilePrefsManager.java:[line1660].
try{
android.util.Log.d("cipherName-336", javax.crypto.Cipher.getInstance(cipherName336).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassTriggered(Context, int)
FilePrefsManager.java:[line1606].
try{
android.util.Log.d("cipherName-332", javax.crypto.Cipher.getInstance(cipherName332).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassUsed(Context, int)
FilePrefsManager.java:[line347].
try{
android.util.Log.d("cipherName-247", javax.crypto.Cipher.getInstance(cipherName247).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassUsed(SharedPreferences, int)
FilePrefsManager.java:[line337].
try{
android.util.Log.d("cipherName-246", javax.crypto.Cipher.getInstance(cipherName246).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassWaiting(Context, int)
FilePrefsManager.java:[line1687].
try{
android.util.Log.d("cipherName-338", javax.crypto.Cipher.getInstance(cipherName338).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1902].
try{
android.util.Log.d("cipherName-350", javax.crypto.Cipher.getInstance(cipherName350).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1912].
try{
android.util.Log.d("cipherName-351", javax.crypto.Cipher.getInstance(cipherName351).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1918].
try{
android.util.Log.d("cipherName-352", javax.crypto.Cipher.getInstance(cipherName352).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1924].
try{
android.util.Log.d("cipherName-353", javax.crypto.Cipher.getInstance(cipherName353).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1933].
try{
android.util.Log.d("cipherName-354", javax.crypto.Cipher.getInstance(cipherName354).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1940].
try{
android.util.Log.d("cipherName-355", javax.crypto.Cipher.getInstance(cipherName355).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1949].
try{
android.util.Log.d("cipherName-356", javax.crypto.Cipher.getInstance(cipherName356).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1959].
try{
android.util.Log.d("cipherName-357", javax.crypto.Cipher.getInstance(cipherName357).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1966].
try{
android.util.Log.d("cipherName-358", javax.crypto.Cipher.getInstance(cipherName358).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1975].
try{
android.util.Log.d("cipherName-359", javax.crypto.Cipher.getInstance(cipherName359).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1985].
try{
android.util.Log.d("cipherName-360", javax.crypto.Cipher.getInstance(cipherName360).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1995].
try{
android.util.Log.d("cipherName-361", javax.crypto.Cipher.getInstance(cipherName361).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2004].
try{
android.util.Log.d("cipherName-362", javax.crypto.Cipher.getInstance(cipherName362).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2013].
try{
android.util.Log.d("cipherName-363", javax.crypto.Cipher.getInstance(cipherName363).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2022].
try{
android.util.Log.d("cipherName-364", javax.crypto.Cipher.getInstance(cipherName364).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2031].
try{
android.util.Log.d("cipherName-365", javax.crypto.Cipher.getInstance(cipherName365).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2041].
try{
android.util.Log.d("cipherName-366", javax.crypto.Cipher.getInstance(cipherName366).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2048].
try{
android.util.Log.d("cipherName-367", javax.crypto.Cipher.getInstance(cipherName367).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2056].
try{
android.util.Log.d("cipherName-368", javax.crypto.Cipher.getInstance(cipherName368).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2064].
try{
android.util.Log.d("cipherName-369", javax.crypto.Cipher.getInstance(cipherName369).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2072].
try{
android.util.Log.d("cipherName-370", javax.crypto.Cipher.getInstance(cipherName370).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2081].
try{
android.util.Log.d("cipherName-371", javax.crypto.Cipher.getInstance(cipherName371).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2089].
try{
android.util.Log.d("cipherName-372", javax.crypto.Cipher.getInstance(cipherName372).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2096].
try{
android.util.Log.d("cipherName-373", javax.crypto.Cipher.getInstance(cipherName373).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2104].
try{
android.util.Log.d("cipherName-374", javax.crypto.Cipher.getInstance(cipherName374).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2112].
try{
android.util.Log.d("cipherName-375", javax.crypto.Cipher.getInstance(cipherName375).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2120].
try{
android.util.Log.d("cipherName-376", javax.crypto.Cipher.getInstance(cipherName376).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2128].
try{
android.util.Log.d("cipherName-377", javax.crypto.Cipher.getInstance(cipherName377).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2136].
try{
android.util.Log.d("cipherName-378", javax.crypto.Cipher.getInstance(cipherName378).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2144].
try{
android.util.Log.d("cipherName-379", javax.crypto.Cipher.getInstance(cipherName379).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2152].
try{
android.util.Log.d("cipherName-380", javax.crypto.Cipher.getInstance(cipherName380).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2160].
try{
android.util.Log.d("cipherName-381", javax.crypto.Cipher.getInstance(cipherName381).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2168].
try{
android.util.Log.d("cipherName-382", javax.crypto.Cipher.getInstance(cipherName382).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2176].
try{
android.util.Log.d("cipherName-383", javax.crypto.Cipher.getInstance(cipherName383).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2184].
try{
android.util.Log.d("cipherName-384", javax.crypto.Cipher.getInstance(cipherName384).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2191].
try{
android.util.Log.d("cipherName-385", javax.crypto.Cipher.getInstance(cipherName385).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2200].
try{
android.util.Log.d("cipherName-386", javax.crypto.Cipher.getInstance(cipherName386).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2210].
try{
android.util.Log.d("cipherName-387", javax.crypto.Cipher.getInstance(cipherName387).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2217].
try{
android.util.Log.d("cipherName-388", javax.crypto.Cipher.getInstance(cipherName388).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2225].
try{
android.util.Log.d("cipherName-389", javax.crypto.Cipher.getInstance(cipherName389).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2233].
try{
android.util.Log.d("cipherName-390", javax.crypto.Cipher.getInstance(cipherName390).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2240].
try{
android.util.Log.d("cipherName-391", javax.crypto.Cipher.getInstance(cipherName391).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2248].
try{
android.util.Log.d("cipherName-392", javax.crypto.Cipher.getInstance(cipherName392).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2256].
try{
android.util.Log.d("cipherName-393", javax.crypto.Cipher.getInstance(cipherName393).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2263].
try{
android.util.Log.d("cipherName-394", javax.crypto.Cipher.getInstance(cipherName394).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2271].
try{
android.util.Log.d("cipherName-395", javax.crypto.Cipher.getInstance(cipherName395).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2279].
try{
android.util.Log.d("cipherName-396", javax.crypto.Cipher.getInstance(cipherName396).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2286].
try{
android.util.Log.d("cipherName-397", javax.crypto.Cipher.getInstance(cipherName397).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2294].
try{
android.util.Log.d("cipherName-398", javax.crypto.Cipher.getInstance(cipherName398).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2302].
try{
android.util.Log.d("cipherName-399", javax.crypto.Cipher.getInstance(cipherName399).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2309].
try{
android.util.Log.d("cipherName-400", javax.crypto.Cipher.getInstance(cipherName400).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2317].
try{
android.util.Log.d("cipherName-401", javax.crypto.Cipher.getInstance(cipherName401).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2325].
try{
android.util.Log.d("cipherName-402", javax.crypto.Cipher.getInstance(cipherName402).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2332].
try{
android.util.Log.d("cipherName-403", javax.crypto.Cipher.getInstance(cipherName403).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2340].
try{
android.util.Log.d("cipherName-404", javax.crypto.Cipher.getInstance(cipherName404).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2348].
try{
android.util.Log.d("cipherName-405", javax.crypto.Cipher.getInstance(cipherName405).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2355].
try{
android.util.Log.d("cipherName-406", javax.crypto.Cipher.getInstance(cipherName406).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2363].
try{
android.util.Log.d("cipherName-407", javax.crypto.Cipher.getInstance(cipherName407).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2371].
try{
android.util.Log.d("cipherName-408", javax.crypto.Cipher.getInstance(cipherName408).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2378].
try{
android.util.Log.d("cipherName-409", javax.crypto.Cipher.getInstance(cipherName409).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2386].
try{
android.util.Log.d("cipherName-410", javax.crypto.Cipher.getInstance(cipherName410).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2394].
try{
android.util.Log.d("cipherName-411", javax.crypto.Cipher.getInstance(cipherName411).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2401].
try{
android.util.Log.d("cipherName-412", javax.crypto.Cipher.getInstance(cipherName412).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2410].
try{
android.util.Log.d("cipherName-413", javax.crypto.Cipher.getInstance(cipherName413).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2420].
try{
android.util.Log.d("cipherName-414", javax.crypto.Cipher.getInstance(cipherName414).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2427].
try{
android.util.Log.d("cipherName-415", javax.crypto.Cipher.getInstance(cipherName415).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2436].
try{
android.util.Log.d("cipherName-416", javax.crypto.Cipher.getInstance(cipherName416).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2446].
try{
android.util.Log.d("cipherName-417", javax.crypto.Cipher.getInstance(cipherName417).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2453].
try{
android.util.Log.d("cipherName-418", javax.crypto.Cipher.getInstance(cipherName418).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2462].
try{
android.util.Log.d("cipherName-419", javax.crypto.Cipher.getInstance(cipherName419).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2472].
try{
android.util.Log.d("cipherName-420", javax.crypto.Cipher.getInstance(cipherName420).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2479].
try{
android.util.Log.d("cipherName-421", javax.crypto.Cipher.getInstance(cipherName421).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2488].
try{
android.util.Log.d("cipherName-422", javax.crypto.Cipher.getInstance(cipherName422).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2498].
try{
android.util.Log.d("cipherName-423", javax.crypto.Cipher.getInstance(cipherName423).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2507].
try{
android.util.Log.d("cipherName-424", javax.crypto.Cipher.getInstance(cipherName424).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2516].
try{
android.util.Log.d("cipherName-425", javax.crypto.Cipher.getInstance(cipherName425).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.putCalendars(Context, int, ArrayList)
FilePrefsManager.java:[line842].
try{
android.util.Log.d("cipherName-279", javax.crypto.Cipher.getInstance(cipherName279).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.putCalendars(Context, int, ArrayList)
FilePrefsManager.java:[line853].
try{
android.util.Log.d("cipherName-280", javax.crypto.Cipher.getInstance(cipherName280).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.removeClass(Context, String)
FilePrefsManager.java:[line1765].
try{
android.util.Log.d("cipherName-342", javax.crypto.Cipher.getInstance(cipherName342).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.removeClass(SharedPreferences, int)
FilePrefsManager.java:[line1725].
try{
android.util.Log.d("cipherName-341", javax.crypto.Cipher.getInstance(cipherName341).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveClassSettings(Context, PrintStream, int)
FilePrefsManager.java:[line1777].
try{
android.util.Log.d("cipherName-343", javax.crypto.Cipher.getInstance(cipherName343).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1840].
try{
android.util.Log.d("cipherName-344", javax.crypto.Cipher.getInstance(cipherName344).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1847].
try{
android.util.Log.d("cipherName-345", javax.crypto.Cipher.getInstance(cipherName345).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1858].
try{
android.util.Log.d("cipherName-346", javax.crypto.Cipher.getInstance(cipherName346).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1866].
try{
android.util.Log.d("cipherName-347", javax.crypto.Cipher.getInstance(cipherName347).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1882].
try{
android.util.Log.d("cipherName-348", javax.crypto.Cipher.getInstance(cipherName348).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1889].
try{
android.util.Log.d("cipherName-349", javax.crypto.Cipher.getInstance(cipherName349).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterConnection(Context, int, int)
FilePrefsManager.java:[line1220].
try{
android.util.Log.d("cipherName-303", javax.crypto.Cipher.getInstance(cipherName303).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterMetres(Context, int, int)
FilePrefsManager.java:[line1347].
try{
android.util.Log.d("cipherName-313", javax.crypto.Cipher.getInstance(cipherName313).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterMinutes(Context, int, int)
FilePrefsManager.java:[line1269].
try{
android.util.Log.d("cipherName-307", javax.crypto.Cipher.getInstance(cipherName307).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterOrientation(Context, int, int)
FilePrefsManager.java:[line1160].
try{
android.util.Log.d("cipherName-299", javax.crypto.Cipher.getInstance(cipherName299).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterSteps(Context, int, int)
FilePrefsManager.java:[line1295].
try{
android.util.Log.d("cipherName-309", javax.crypto.Cipher.getInstance(cipherName309).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setBeforeConnection(Context, int, int)
FilePrefsManager.java:[line1243].
try{
android.util.Log.d("cipherName-305", javax.crypto.Cipher.getInstance(cipherName305).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setBeforeMinutes(Context, int, int)
FilePrefsManager.java:[line1126].
try{
android.util.Log.d("cipherName-297", javax.crypto.Cipher.getInstance(cipherName297).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setBeforeOrientation(Context, int, int)
FilePrefsManager.java:[line1183].
try{
android.util.Log.d("cipherName-301", javax.crypto.Cipher.getInstance(cipherName301).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassActive(Context, int, boolean)
FilePrefsManager.java:[line1649].
try{
android.util.Log.d("cipherName-335", javax.crypto.Cipher.getInstance(cipherName335).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassName(Context, int, String)
FilePrefsManager.java:[line663].
try{
android.util.Log.d("cipherName-264", javax.crypto.Cipher.getInstance(cipherName264).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassTriggered(Context, int, boolean)
FilePrefsManager.java:[line1595].
try{
android.util.Log.d("cipherName-331", javax.crypto.Cipher.getInstance(cipherName331).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassWaiting(Context, int, boolean)
FilePrefsManager.java:[line1676].
try{
android.util.Log.d("cipherName-337", javax.crypto.Cipher.getInstance(cipherName337).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setDefaultDir(Context, String)
FilePrefsManager.java:[line32].
try{
android.util.Log.d("cipherName-221", javax.crypto.Cipher.getInstance(cipherName221).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventColour(Context, int, String)
FilePrefsManager.java:[line814].
try{
android.util.Log.d("cipherName-277", javax.crypto.Cipher.getInstance(cipherName277).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventDescription(Context, int, String)
FilePrefsManager.java:[line787].
try{
android.util.Log.d("cipherName-275", javax.crypto.Cipher.getInstance(cipherName275).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventLocation(Context, int, String)
FilePrefsManager.java:[line761].
try{
android.util.Log.d("cipherName-273", javax.crypto.Cipher.getInstance(cipherName273).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventName(Context, int, String)
FilePrefsManager.java:[line735].
try{
android.util.Log.d("cipherName-271", javax.crypto.Cipher.getInstance(cipherName271).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastActive(Context, int, String)
FilePrefsManager.java:[line1703].
try{
android.util.Log.d("cipherName-339", javax.crypto.Cipher.getInstance(cipherName339).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastAlarmTime(Context, long)
FilePrefsManager.java:[line417].
try{
android.util.Log.d("cipherName-253", javax.crypto.Cipher.getInstance(cipherName253).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastCycleDate(Context, long)
FilePrefsManager.java:[line98].
try{
android.util.Log.d("cipherName-227", javax.crypto.Cipher.getInstance(cipherName227).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastInvocationTime(Context, long)
FilePrefsManager.java:[line395].
try{
android.util.Log.d("cipherName-251", javax.crypto.Cipher.getInstance(cipherName251).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastRinger(Context, int)
FilePrefsManager.java:[line622].
try{
android.util.Log.d("cipherName-262", javax.crypto.Cipher.getInstance(cipherName262).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastTriggerEnd(Context, int, long)
FilePrefsManager.java:[line1622].
try{
android.util.Log.d("cipherName-333", javax.crypto.Cipher.getInstance(cipherName333).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLatitude(Context, int, double)
FilePrefsManager.java:[line1382].
try{
android.util.Log.d("cipherName-315", javax.crypto.Cipher.getInstance(cipherName315).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLocationState(Context, boolean)
FilePrefsManager.java:[line223].
try{
android.util.Log.d("cipherName-237", javax.crypto.Cipher.getInstance(cipherName237).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLogCycleMode(Context, boolean)
FilePrefsManager.java:[line76].
try{
android.util.Log.d("cipherName-225", javax.crypto.Cipher.getInstance(cipherName225).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLoggingMode(Context, boolean)
FilePrefsManager.java:[line54].
try{
android.util.Log.d("cipherName-223", javax.crypto.Cipher.getInstance(cipherName223).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLongitude(Context, int, double)
FilePrefsManager.java:[line1410].
try{
android.util.Log.d("cipherName-317", javax.crypto.Cipher.getInstance(cipherName317).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setMuteResult(Context, int)
FilePrefsManager.java:[line147].
try{
android.util.Log.d("cipherName-231", javax.crypto.Cipher.getInstance(cipherName231).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNextLocationMode(Context, boolean)
FilePrefsManager.java:[line120].
try{
android.util.Log.d("cipherName-229", javax.crypto.Cipher.getInstance(cipherName229).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNotifiedCannotReadPhoneState(Context, boolean)
FilePrefsManager.java:[line200].
try{
android.util.Log.d("cipherName-235", javax.crypto.Cipher.getInstance(cipherName235).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNotifyEnd(Context, int, boolean)
FilePrefsManager.java:[line1515].
try{
android.util.Log.d("cipherName-325", javax.crypto.Cipher.getInstance(cipherName325).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNotifyStart(Context, int, boolean)
FilePrefsManager.java:[line1436].
try{
android.util.Log.d("cipherName-319", javax.crypto.Cipher.getInstance(cipherName319).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setOrientationState(Context, int)
FilePrefsManager.java:[line282].
try{
android.util.Log.d("cipherName-241", javax.crypto.Cipher.getInstance(cipherName241).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setPhoneState(Context, int)
FilePrefsManager.java:[line176].
try{
android.util.Log.d("cipherName-233", javax.crypto.Cipher.getInstance(cipherName233).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setPlaysoundEnd(Context, int, boolean)
FilePrefsManager.java:[line1541].
try{
android.util.Log.d("cipherName-327", javax.crypto.Cipher.getInstance(cipherName327).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setPlaysoundStart(Context, int, boolean)
FilePrefsManager.java:[line1462].
try{
android.util.Log.d("cipherName-321", javax.crypto.Cipher.getInstance(cipherName321).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setRestoreRinger(Context, int, boolean)
FilePrefsManager.java:[line1100].
try{
android.util.Log.d("cipherName-295", javax.crypto.Cipher.getInstance(cipherName295).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setRingerAction(Context, int, int)
FilePrefsManager.java:[line1055].
try{
android.util.Log.d("cipherName-293", javax.crypto.Cipher.getInstance(cipherName293).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setSoundFileEnd(Context, int, String)
FilePrefsManager.java:[line1568].
try{
android.util.Log.d("cipherName-329", javax.crypto.Cipher.getInstance(cipherName329).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setSoundFileStart(Context, int, String)
FilePrefsManager.java:[line1489].
try{
android.util.Log.d("cipherName-323", javax.crypto.Cipher.getInstance(cipherName323).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setStepCount(Context, int)
FilePrefsManager.java:[line257].
try{
android.util.Log.d("cipherName-239", javax.crypto.Cipher.getInstance(cipherName239).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setTargetSteps(Context, int, int)
FilePrefsManager.java:[line1321].
try{
android.util.Log.d("cipherName-311", javax.crypto.Cipher.getInstance(cipherName311).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setUserRinger(Context, int)
FilePrefsManager.java:[line582].
try{
android.util.Log.d("cipherName-260", javax.crypto.Cipher.getInstance(cipherName260).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherAttendees(Context, int, int)
FilePrefsManager.java:[line1030].
try{
android.util.Log.d("cipherName-291", javax.crypto.Cipher.getInstance(cipherName291).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherBusy(Context, int, int)
FilePrefsManager.java:[line905].
try{
android.util.Log.d("cipherName-283", javax.crypto.Cipher.getInstance(cipherName283).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherOrganiser(Context, int, int)
FilePrefsManager.java:[line967].
try{
android.util.Log.d("cipherName-287", javax.crypto.Cipher.getInstance(cipherName287).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherPublic(Context, int, int)
FilePrefsManager.java:[line998].
try{
android.util.Log.d("cipherName-289", javax.crypto.Cipher.getInstance(cipherName289).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherRecurrent(Context, int, int)
FilePrefsManager.java:[line936].
try{
android.util.Log.d("cipherName-285", javax.crypto.Cipher.getInstance(cipherName285).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment()
FileActionFragment.java:[line35].
try{
android.util.Log.d("cipherName-568", javax.crypto.Cipher.getInstance(cipherName568).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment.getDefaultDir()
FileActionFragment.java:[line43].
try{
android.util.Log.d("cipherName-569", javax.crypto.Cipher.getInstance(cipherName569).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment.getFile()
FileActionFragment.java:[line52].
try{
android.util.Log.d("cipherName-570", javax.crypto.Cipher.getInstance(cipherName570).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment.openThis(File)
FileActionFragment.java:[line67].
try{
android.util.Log.d("cipherName-571", javax.crypto.Cipher.getInstance(cipherName571).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment()
FileActionFragment.java:[line35].
try{
android.util.Log.d("cipherName-568", javax.crypto.Cipher.getInstance(cipherName568).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment.getDefaultDir()
FileActionFragment.java:[line43].
try{
android.util.Log.d("cipherName-569", javax.crypto.Cipher.getInstance(cipherName569).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment.getFile()
FileActionFragment.java:[line52].
try{
android.util.Log.d("cipherName-570", javax.crypto.Cipher.getInstance(cipherName570).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment.openThis(File)
FileActionFragment.java:[line67].
try{
android.util.Log.d("cipherName-571", javax.crypto.Cipher.getInstance(cipherName571).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment()
FileActionStartFragment.java:[line42].
try{
android.util.Log.d("cipherName-439", javax.crypto.Cipher.getInstance(cipherName439).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.newInstance(String)
FileActionStartFragment.java:[line50].
try{
android.util.Log.d("cipherName-440", javax.crypto.Cipher.getInstance(cipherName440).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileActionStartFragment.java:[line81].
try{
android.util.Log.d("cipherName-442", javax.crypto.Cipher.getInstance(cipherName442).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line650].
try{
android.util.Log.d("cipherName-487", javax.crypto.Cipher.getInstance(cipherName487).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line657].
try{
android.util.Log.d("cipherName-488", javax.crypto.Cipher.getInstance(cipherName488).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line672].
try{
android.util.Log.d("cipherName-489", javax.crypto.Cipher.getInstance(cipherName489).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line681].
try{
android.util.Log.d("cipherName-490", javax.crypto.Cipher.getInstance(cipherName490).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line96].
try{
android.util.Log.d("cipherName-443", javax.crypto.Cipher.getInstance(cipherName443).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line110].
try{
android.util.Log.d("cipherName-444", javax.crypto.Cipher.getInstance(cipherName444).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line119].
try{
android.util.Log.d("cipherName-445", javax.crypto.Cipher.getInstance(cipherName445).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line201].
try{
android.util.Log.d("cipherName-449", javax.crypto.Cipher.getInstance(cipherName449).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line227].
try{
android.util.Log.d("cipherName-451", javax.crypto.Cipher.getInstance(cipherName451).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line237].
try{
android.util.Log.d("cipherName-452", javax.crypto.Cipher.getInstance(cipherName452).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line244].
try{
android.util.Log.d("cipherName-453", javax.crypto.Cipher.getInstance(cipherName453).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line266].
try{
android.util.Log.d("cipherName-455", javax.crypto.Cipher.getInstance(cipherName455).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line289].
try{
android.util.Log.d("cipherName-457", javax.crypto.Cipher.getInstance(cipherName457).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line314].
try{
android.util.Log.d("cipherName-459", javax.crypto.Cipher.getInstance(cipherName459).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line341].
try{
android.util.Log.d("cipherName-461", javax.crypto.Cipher.getInstance(cipherName461).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line351].
try{
android.util.Log.d("cipherName-462", javax.crypto.Cipher.getInstance(cipherName462).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line358].
try{
android.util.Log.d("cipherName-463", javax.crypto.Cipher.getInstance(cipherName463).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line380].
try{
android.util.Log.d("cipherName-465", javax.crypto.Cipher.getInstance(cipherName465).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line403].
try{
android.util.Log.d("cipherName-467", javax.crypto.Cipher.getInstance(cipherName467).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line428].
try{
android.util.Log.d("cipherName-469", javax.crypto.Cipher.getInstance(cipherName469).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line438].
try{
android.util.Log.d("cipherName-470", javax.crypto.Cipher.getInstance(cipherName470).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line445].
try{
android.util.Log.d("cipherName-471", javax.crypto.Cipher.getInstance(cipherName471).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line467].
try{
android.util.Log.d("cipherName-473", javax.crypto.Cipher.getInstance(cipherName473).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line490].
try{
android.util.Log.d("cipherName-475", javax.crypto.Cipher.getInstance(cipherName475).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line515].
try{
android.util.Log.d("cipherName-477", javax.crypto.Cipher.getInstance(cipherName477).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line583].
try{
android.util.Log.d("cipherName-481", javax.crypto.Cipher.getInstance(cipherName481).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line595].
try{
android.util.Log.d("cipherName-482", javax.crypto.Cipher.getInstance(cipherName482).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.openThis(File)
FileActionStartFragment.java:[line64].
try{
android.util.Log.d("cipherName-441", javax.crypto.Cipher.getInstance(cipherName441).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment()
FileActionStartFragment.java:[line42].
try{
android.util.Log.d("cipherName-439", javax.crypto.Cipher.getInstance(cipherName439).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.newInstance(String)
FileActionStartFragment.java:[line50].
try{
android.util.Log.d("cipherName-440", javax.crypto.Cipher.getInstance(cipherName440).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileActionStartFragment.java:[line81].
try{
android.util.Log.d("cipherName-442", javax.crypto.Cipher.getInstance(cipherName442).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line650].
try{
android.util.Log.d("cipherName-487", javax.crypto.Cipher.getInstance(cipherName487).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line657].
try{
android.util.Log.d("cipherName-488", javax.crypto.Cipher.getInstance(cipherName488).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line672].
try{
android.util.Log.d("cipherName-489", javax.crypto.Cipher.getInstance(cipherName489).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line681].
try{
android.util.Log.d("cipherName-490", javax.crypto.Cipher.getInstance(cipherName490).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line96].
try{
android.util.Log.d("cipherName-443", javax.crypto.Cipher.getInstance(cipherName443).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line110].
try{
android.util.Log.d("cipherName-444", javax.crypto.Cipher.getInstance(cipherName444).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line119].
try{
android.util.Log.d("cipherName-445", javax.crypto.Cipher.getInstance(cipherName445).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line201].
try{
android.util.Log.d("cipherName-449", javax.crypto.Cipher.getInstance(cipherName449).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line227].
try{
android.util.Log.d("cipherName-451", javax.crypto.Cipher.getInstance(cipherName451).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line237].
try{
android.util.Log.d("cipherName-452", javax.crypto.Cipher.getInstance(cipherName452).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line244].
try{
android.util.Log.d("cipherName-453", javax.crypto.Cipher.getInstance(cipherName453).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line266].
try{
android.util.Log.d("cipherName-455", javax.crypto.Cipher.getInstance(cipherName455).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line289].
try{
android.util.Log.d("cipherName-457", javax.crypto.Cipher.getInstance(cipherName457).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line314].
try{
android.util.Log.d("cipherName-459", javax.crypto.Cipher.getInstance(cipherName459).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line341].
try{
android.util.Log.d("cipherName-461", javax.crypto.Cipher.getInstance(cipherName461).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line351].
try{
android.util.Log.d("cipherName-462", javax.crypto.Cipher.getInstance(cipherName462).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line358].
try{
android.util.Log.d("cipherName-463", javax.crypto.Cipher.getInstance(cipherName463).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line380].
try{
android.util.Log.d("cipherName-465", javax.crypto.Cipher.getInstance(cipherName465).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line403].
try{
android.util.Log.d("cipherName-467", javax.crypto.Cipher.getInstance(cipherName467).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line428].
try{
android.util.Log.d("cipherName-469", javax.crypto.Cipher.getInstance(cipherName469).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line438].
try{
android.util.Log.d("cipherName-470", javax.crypto.Cipher.getInstance(cipherName470).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line445].
try{
android.util.Log.d("cipherName-471", javax.crypto.Cipher.getInstance(cipherName471).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line467].
try{
android.util.Log.d("cipherName-473", javax.crypto.Cipher.getInstance(cipherName473).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line490].
try{
android.util.Log.d("cipherName-475", javax.crypto.Cipher.getInstance(cipherName475).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line515].
try{
android.util.Log.d("cipherName-477", javax.crypto.Cipher.getInstance(cipherName477).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line583].
try{
android.util.Log.d("cipherName-481", javax.crypto.Cipher.getInstance(cipherName481).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line595].
try{
android.util.Log.d("cipherName-482", javax.crypto.Cipher.getInstance(cipherName482).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.openThis(File)
FileActionStartFragment.java:[line64].
try{
android.util.Log.d("cipherName-441", javax.crypto.Cipher.getInstance(cipherName441).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 138-150]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$1.onLongClick(View)
FileActionStartFragment.java:[line143].
try{
android.util.Log.d("cipherName-446", javax.crypto.Cipher.getInstance(cipherName446).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 138-150]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$1.onLongClick(View)
FileActionStartFragment.java:[line143].
try{
android.util.Log.d("cipherName-446", javax.crypto.Cipher.getInstance(cipherName446).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 384-394]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$10.onLongClick(View)
FileActionStartFragment.java:[line389].
try{
android.util.Log.d("cipherName-466", javax.crypto.Cipher.getInstance(cipherName466).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 384-394]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$10.onLongClick(View)
FileActionStartFragment.java:[line389].
try{
android.util.Log.d("cipherName-466", javax.crypto.Cipher.getInstance(cipherName466).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 407-417]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$11.onLongClick(View)
FileActionStartFragment.java:[line412].
try{
android.util.Log.d("cipherName-468", javax.crypto.Cipher.getInstance(cipherName468).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 407-417]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$11.onLongClick(View)
FileActionStartFragment.java:[line412].
try{
android.util.Log.d("cipherName-468", javax.crypto.Cipher.getInstance(cipherName468).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 449-459]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$12.onLongClick(View)
FileActionStartFragment.java:[line454].
try{
android.util.Log.d("cipherName-472", javax.crypto.Cipher.getInstance(cipherName472).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 449-459]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$12.onLongClick(View)
FileActionStartFragment.java:[line454].
try{
android.util.Log.d("cipherName-472", javax.crypto.Cipher.getInstance(cipherName472).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 471-481]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$13.onLongClick(View)
FileActionStartFragment.java:[line476].
try{
android.util.Log.d("cipherName-474", javax.crypto.Cipher.getInstance(cipherName474).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 471-481]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$13.onLongClick(View)
FileActionStartFragment.java:[line476].
try{
android.util.Log.d("cipherName-474", javax.crypto.Cipher.getInstance(cipherName474).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 494-504]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$14.onLongClick(View)
FileActionStartFragment.java:[line499].
try{
android.util.Log.d("cipherName-476", javax.crypto.Cipher.getInstance(cipherName476).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 494-504]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$14.onLongClick(View)
FileActionStartFragment.java:[line499].
try{
android.util.Log.d("cipherName-476", javax.crypto.Cipher.getInstance(cipherName476).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 526-536]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$15.onLongClick(View)
FileActionStartFragment.java:[line531].
try{
android.util.Log.d("cipherName-478", javax.crypto.Cipher.getInstance(cipherName478).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 526-536]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$15.onLongClick(View)
FileActionStartFragment.java:[line531].
try{
android.util.Log.d("cipherName-478", javax.crypto.Cipher.getInstance(cipherName478).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 540-551]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$16
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$16.onCheckedChanged(CompoundButton, boolean)
FileActionStartFragment.java:[line546].
try{
android.util.Log.d("cipherName-479", javax.crypto.Cipher.getInstance(cipherName479).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 540-551]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$16
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$16.onCheckedChanged(CompoundButton, boolean)
FileActionStartFragment.java:[line546].
try{
android.util.Log.d("cipherName-479", javax.crypto.Cipher.getInstance(cipherName479).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 560-570]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$17
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$17.onLongClick(View)
FileActionStartFragment.java:[line565].
try{
android.util.Log.d("cipherName-480", javax.crypto.Cipher.getInstance(cipherName480).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 560-570]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$17
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$17.onLongClick(View)
FileActionStartFragment.java:[line565].
try{
android.util.Log.d("cipherName-480", javax.crypto.Cipher.getInstance(cipherName480).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 601-609]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$18
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$18.onClick(View)
FileActionStartFragment.java:[line605].
try{
android.util.Log.d("cipherName-483", javax.crypto.Cipher.getInstance(cipherName483).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 601-609]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$18
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$18.onClick(View)
FileActionStartFragment.java:[line605].
try{
android.util.Log.d("cipherName-483", javax.crypto.Cipher.getInstance(cipherName483).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 611-638]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19.onLongClick(View)
FileActionStartFragment.java:[line616].
try{
android.util.Log.d("cipherName-484", javax.crypto.Cipher.getInstance(cipherName484).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 611-638]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19.onLongClick(View)
FileActionStartFragment.java:[line623].
try{
android.util.Log.d("cipherName-485", javax.crypto.Cipher.getInstance(cipherName485).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 611-638]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19.onLongClick(View)
FileActionStartFragment.java:[line632].
try{
android.util.Log.d("cipherName-486", javax.crypto.Cipher.getInstance(cipherName486).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 611-638]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19.onLongClick(View)
FileActionStartFragment.java:[line616].
try{
android.util.Log.d("cipherName-484", javax.crypto.Cipher.getInstance(cipherName484).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 611-638]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19.onLongClick(View)
FileActionStartFragment.java:[line623].
try{
android.util.Log.d("cipherName-485", javax.crypto.Cipher.getInstance(cipherName485).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 611-638]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19.onLongClick(View)
FileActionStartFragment.java:[line632].
try{
android.util.Log.d("cipherName-486", javax.crypto.Cipher.getInstance(cipherName486).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 162-172]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$2.onLongClick(View)
FileActionStartFragment.java:[line167].
try{
android.util.Log.d("cipherName-447", javax.crypto.Cipher.getInstance(cipherName447).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 162-172]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$2.onLongClick(View)
FileActionStartFragment.java:[line167].
try{
android.util.Log.d("cipherName-447", javax.crypto.Cipher.getInstance(cipherName447).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 181-191]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$3.onLongClick(View)
FileActionStartFragment.java:[line186].
try{
android.util.Log.d("cipherName-448", javax.crypto.Cipher.getInstance(cipherName448).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 181-191]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$3.onLongClick(View)
FileActionStartFragment.java:[line186].
try{
android.util.Log.d("cipherName-448", javax.crypto.Cipher.getInstance(cipherName448).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 207-217]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$4.onLongClick(View)
FileActionStartFragment.java:[line212].
try{
android.util.Log.d("cipherName-450", javax.crypto.Cipher.getInstance(cipherName450).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 207-217]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$4.onLongClick(View)
FileActionStartFragment.java:[line212].
try{
android.util.Log.d("cipherName-450", javax.crypto.Cipher.getInstance(cipherName450).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 248-258]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$5.onLongClick(View)
FileActionStartFragment.java:[line253].
try{
android.util.Log.d("cipherName-454", javax.crypto.Cipher.getInstance(cipherName454).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 248-258]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$5.onLongClick(View)
FileActionStartFragment.java:[line253].
try{
android.util.Log.d("cipherName-454", javax.crypto.Cipher.getInstance(cipherName454).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 270-280]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$6.onLongClick(View)
FileActionStartFragment.java:[line275].
try{
android.util.Log.d("cipherName-456", javax.crypto.Cipher.getInstance(cipherName456).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 270-280]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$6.onLongClick(View)
FileActionStartFragment.java:[line275].
try{
android.util.Log.d("cipherName-456", javax.crypto.Cipher.getInstance(cipherName456).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 293-303]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$7.onLongClick(View)
FileActionStartFragment.java:[line298].
try{
android.util.Log.d("cipherName-458", javax.crypto.Cipher.getInstance(cipherName458).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 293-303]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$7.onLongClick(View)
FileActionStartFragment.java:[line298].
try{
android.util.Log.d("cipherName-458", javax.crypto.Cipher.getInstance(cipherName458).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 321-331]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$8.onLongClick(View)
FileActionStartFragment.java:[line326].
try{
android.util.Log.d("cipherName-460", javax.crypto.Cipher.getInstance(cipherName460).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 321-331]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$8.onLongClick(View)
FileActionStartFragment.java:[line326].
try{
android.util.Log.d("cipherName-460", javax.crypto.Cipher.getInstance(cipherName460).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStartFragment.java:[lines 362-372]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$9.onLongClick(View)
FileActionStartFragment.java:[line367].
try{
android.util.Log.d("cipherName-464", javax.crypto.Cipher.getInstance(cipherName464).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStartFragment.java:[lines 362-372]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$9.onLongClick(View)
FileActionStartFragment.java:[line367].
try{
android.util.Log.d("cipherName-464", javax.crypto.Cipher.getInstance(cipherName464).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment()
FileActionStopFragment.java:[line37].
try{
android.util.Log.d("cipherName-523", javax.crypto.Cipher.getInstance(cipherName523).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.newInstance(String)
FileActionStopFragment.java:[line45].
try{
android.util.Log.d("cipherName-524", javax.crypto.Cipher.getInstance(cipherName524).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileActionStopFragment.java:[line76].
try{
android.util.Log.d("cipherName-526", javax.crypto.Cipher.getInstance(cipherName526).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line278].
try{
android.util.Log.d("cipherName-539", javax.crypto.Cipher.getInstance(cipherName539).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line285].
try{
android.util.Log.d("cipherName-540", javax.crypto.Cipher.getInstance(cipherName540).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line299].
try{
android.util.Log.d("cipherName-541", javax.crypto.Cipher.getInstance(cipherName541).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line308].
try{
android.util.Log.d("cipherName-542", javax.crypto.Cipher.getInstance(cipherName542).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onResume()
FileActionStopFragment.java:[line90].
try{
android.util.Log.d("cipherName-527", javax.crypto.Cipher.getInstance(cipherName527).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onResume()
FileActionStopFragment.java:[line211].
try{
android.util.Log.d("cipherName-533", javax.crypto.Cipher.getInstance(cipherName533).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onResume()
FileActionStopFragment.java:[line223].
try{
android.util.Log.d("cipherName-534", javax.crypto.Cipher.getInstance(cipherName534).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.openThis(File)
FileActionStopFragment.java:[line59].
try{
android.util.Log.d("cipherName-525", javax.crypto.Cipher.getInstance(cipherName525).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment()
FileActionStopFragment.java:[line37].
try{
android.util.Log.d("cipherName-523", javax.crypto.Cipher.getInstance(cipherName523).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.newInstance(String)
FileActionStopFragment.java:[line45].
try{
android.util.Log.d("cipherName-524", javax.crypto.Cipher.getInstance(cipherName524).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileActionStopFragment.java:[line76].
try{
android.util.Log.d("cipherName-526", javax.crypto.Cipher.getInstance(cipherName526).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line278].
try{
android.util.Log.d("cipherName-539", javax.crypto.Cipher.getInstance(cipherName539).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line285].
try{
android.util.Log.d("cipherName-540", javax.crypto.Cipher.getInstance(cipherName540).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line299].
try{
android.util.Log.d("cipherName-541", javax.crypto.Cipher.getInstance(cipherName541).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line308].
try{
android.util.Log.d("cipherName-542", javax.crypto.Cipher.getInstance(cipherName542).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onResume()
FileActionStopFragment.java:[line90].
try{
android.util.Log.d("cipherName-527", javax.crypto.Cipher.getInstance(cipherName527).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onResume()
FileActionStopFragment.java:[line211].
try{
android.util.Log.d("cipherName-533", javax.crypto.Cipher.getInstance(cipherName533).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onResume()
FileActionStopFragment.java:[line223].
try{
android.util.Log.d("cipherName-534", javax.crypto.Cipher.getInstance(cipherName534).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.openThis(File)
FileActionStopFragment.java:[line59].
try{
android.util.Log.d("cipherName-525", javax.crypto.Cipher.getInstance(cipherName525).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 110-122]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$1.onLongClick(View)
FileActionStopFragment.java:[line115].
try{
android.util.Log.d("cipherName-528", javax.crypto.Cipher.getInstance(cipherName528).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 110-122]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$1.onLongClick(View)
FileActionStopFragment.java:[line115].
try{
android.util.Log.d("cipherName-528", javax.crypto.Cipher.getInstance(cipherName528).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 135-145]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$2.onLongClick(View)
FileActionStopFragment.java:[line140].
try{
android.util.Log.d("cipherName-529", javax.crypto.Cipher.getInstance(cipherName529).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 135-145]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$2.onLongClick(View)
FileActionStopFragment.java:[line140].
try{
android.util.Log.d("cipherName-529", javax.crypto.Cipher.getInstance(cipherName529).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 154-164]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$3.onLongClick(View)
FileActionStopFragment.java:[line159].
try{
android.util.Log.d("cipherName-530", javax.crypto.Cipher.getInstance(cipherName530).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 154-164]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$3.onLongClick(View)
FileActionStopFragment.java:[line159].
try{
android.util.Log.d("cipherName-530", javax.crypto.Cipher.getInstance(cipherName530).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 168-179]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$4.onCheckedChanged(CompoundButton, boolean)
FileActionStopFragment.java:[line174].
try{
android.util.Log.d("cipherName-531", javax.crypto.Cipher.getInstance(cipherName531).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 168-179]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$4.onCheckedChanged(CompoundButton, boolean)
FileActionStopFragment.java:[line174].
try{
android.util.Log.d("cipherName-531", javax.crypto.Cipher.getInstance(cipherName531).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 188-198]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$5.onLongClick(View)
FileActionStopFragment.java:[line193].
try{
android.util.Log.d("cipherName-532", javax.crypto.Cipher.getInstance(cipherName532).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 188-198]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$5.onLongClick(View)
FileActionStopFragment.java:[line193].
try{
android.util.Log.d("cipherName-532", javax.crypto.Cipher.getInstance(cipherName532).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 229-237]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$6.onClick(View)
FileActionStopFragment.java:[line233].
try{
android.util.Log.d("cipherName-535", javax.crypto.Cipher.getInstance(cipherName535).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 229-237]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$6.onClick(View)
FileActionStopFragment.java:[line233].
try{
android.util.Log.d("cipherName-535", javax.crypto.Cipher.getInstance(cipherName535).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 239-266]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7.onLongClick(View)
FileActionStopFragment.java:[line244].
try{
android.util.Log.d("cipherName-536", javax.crypto.Cipher.getInstance(cipherName536).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 239-266]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7.onLongClick(View)
FileActionStopFragment.java:[line251].
try{
android.util.Log.d("cipherName-537", javax.crypto.Cipher.getInstance(cipherName537).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileActionStopFragment.java:[lines 239-266]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7.onLongClick(View)
FileActionStopFragment.java:[line260].
try{
android.util.Log.d("cipherName-538", javax.crypto.Cipher.getInstance(cipherName538).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 239-266]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7.onLongClick(View)
FileActionStopFragment.java:[line244].
try{
android.util.Log.d("cipherName-536", javax.crypto.Cipher.getInstance(cipherName536).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 239-266]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7.onLongClick(View)
FileActionStopFragment.java:[line251].
try{
android.util.Log.d("cipherName-537", javax.crypto.Cipher.getInstance(cipherName537).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileActionStopFragment.java:[lines 239-266]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7.onLongClick(View)
FileActionStopFragment.java:[line260].
try{
android.util.Log.d("cipherName-538", javax.crypto.Cipher.getInstance(cipherName538).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int)
FileArrayAdapter.java:[line99].
try{
android.util.Log.d("cipherName-783", javax.crypto.Cipher.getInstance(cipherName783).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, int)
FileArrayAdapter.java:[line116].
try{
android.util.Log.d("cipherName-784", javax.crypto.Cipher.getInstance(cipherName784).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, int, List)
FileArrayAdapter.java:[line186].
try{
android.util.Log.d("cipherName-788", javax.crypto.Cipher.getInstance(cipherName788).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, int, Object[])
FileArrayAdapter.java:[line151].
try{
android.util.Log.d("cipherName-786", javax.crypto.Cipher.getInstance(cipherName786).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, List)
FileArrayAdapter.java:[line168].
try{
android.util.Log.d("cipherName-787", javax.crypto.Cipher.getInstance(cipherName787).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, Object[])
FileArrayAdapter.java:[line133].
try{
android.util.Log.d("cipherName-785", javax.crypto.Cipher.getInstance(cipherName785).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line200].
try{
android.util.Log.d("cipherName-789", javax.crypto.Cipher.getInstance(cipherName789).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line206].
try{
android.util.Log.d("cipherName-790", javax.crypto.Cipher.getInstance(cipherName790).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line212].
try{
android.util.Log.d("cipherName-791", javax.crypto.Cipher.getInstance(cipherName791).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line219].
try{
android.util.Log.d("cipherName-792", javax.crypto.Cipher.getInstance(cipherName792).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line236].
try{
android.util.Log.d("cipherName-793", javax.crypto.Cipher.getInstance(cipherName793).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line242].
try{
android.util.Log.d("cipherName-794", javax.crypto.Cipher.getInstance(cipherName794).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line248].
try{
android.util.Log.d("cipherName-795", javax.crypto.Cipher.getInstance(cipherName795).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line255].
try{
android.util.Log.d("cipherName-796", javax.crypto.Cipher.getInstance(cipherName796).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line272].
try{
android.util.Log.d("cipherName-797", javax.crypto.Cipher.getInstance(cipherName797).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line278].
try{
android.util.Log.d("cipherName-798", javax.crypto.Cipher.getInstance(cipherName798).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line284].
try{
android.util.Log.d("cipherName-799", javax.crypto.Cipher.getInstance(cipherName799).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line291].
try{
android.util.Log.d("cipherName-800", javax.crypto.Cipher.getInstance(cipherName800).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line379].
try{
android.util.Log.d("cipherName-809", javax.crypto.Cipher.getInstance(cipherName809).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line385].
try{
android.util.Log.d("cipherName-810", javax.crypto.Cipher.getInstance(cipherName810).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line391].
try{
android.util.Log.d("cipherName-811", javax.crypto.Cipher.getInstance(cipherName811).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line398].
try{
android.util.Log.d("cipherName-812", javax.crypto.Cipher.getInstance(cipherName812).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line413].
try{
android.util.Log.d("cipherName-813", javax.crypto.Cipher.getInstance(cipherName813).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line419].
try{
android.util.Log.d("cipherName-814", javax.crypto.Cipher.getInstance(cipherName814).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line425].
try{
android.util.Log.d("cipherName-815", javax.crypto.Cipher.getInstance(cipherName815).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line432].
try{
android.util.Log.d("cipherName-816", javax.crypto.Cipher.getInstance(cipherName816).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createFromResource(Context, int, int)
FileArrayAdapter.java:[line728].
try{
android.util.Log.d("cipherName-841", javax.crypto.Cipher.getInstance(cipherName841).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line610].
try{
android.util.Log.d("cipherName-830", javax.crypto.Cipher.getInstance(cipherName830).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line619].
try{
android.util.Log.d("cipherName-831", javax.crypto.Cipher.getInstance(cipherName831).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line626].
try{
android.util.Log.d("cipherName-832", javax.crypto.Cipher.getInstance(cipherName832).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line635].
try{
android.util.Log.d("cipherName-833", javax.crypto.Cipher.getInstance(cipherName833).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line641].
try{
android.util.Log.d("cipherName-834", javax.crypto.Cipher.getInstance(cipherName834).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line649].
try{
android.util.Log.d("cipherName-835", javax.crypto.Cipher.getInstance(cipherName835).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line658].
try{
android.util.Log.d("cipherName-836", javax.crypto.Cipher.getInstance(cipherName836).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line670].
try{
android.util.Log.d("cipherName-837", javax.crypto.Cipher.getInstance(cipherName837).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line677].
try{
android.util.Log.d("cipherName-838", javax.crypto.Cipher.getInstance(cipherName838).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getContext()
FileArrayAdapter.java:[line536].
try{
android.util.Log.d("cipherName-824", javax.crypto.Cipher.getInstance(cipherName824).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getCount()
FileArrayAdapter.java:[line548].
try{
android.util.Log.d("cipherName-825", javax.crypto.Cipher.getInstance(cipherName825).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getDropDownView(int, View, ViewGroup)
FileArrayAdapter.java:[line708].
try{
android.util.Log.d("cipherName-840", javax.crypto.Cipher.getInstance(cipherName840).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getFilter()
FileArrayAdapter.java:[line741].
try{
android.util.Log.d("cipherName-842", javax.crypto.Cipher.getInstance(cipherName842).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getFilter()
FileArrayAdapter.java:[line747].
try{
android.util.Log.d("cipherName-843", javax.crypto.Cipher.getInstance(cipherName843).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getItem(int)
FileArrayAdapter.java:[line560].
try{
android.util.Log.d("cipherName-826", javax.crypto.Cipher.getInstance(cipherName826).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getItemId(int)
FileArrayAdapter.java:[line588].
try{
android.util.Log.d("cipherName-828", javax.crypto.Cipher.getInstance(cipherName828).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getPosition(Object)
FileArrayAdapter.java:[line576].
try{
android.util.Log.d("cipherName-827", javax.crypto.Cipher.getInstance(cipherName827).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getView(int, View, ViewGroup)
FileArrayAdapter.java:[line600].
try{
android.util.Log.d("cipherName-829", javax.crypto.Cipher.getInstance(cipherName829).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.init(Context, int, int, List)
FileArrayAdapter.java:[line517].
try{
android.util.Log.d("cipherName-823", javax.crypto.Cipher.getInstance(cipherName823).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line309].
try{
android.util.Log.d("cipherName-801", javax.crypto.Cipher.getInstance(cipherName801).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line315].
try{
android.util.Log.d("cipherName-802", javax.crypto.Cipher.getInstance(cipherName802).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line321].
try{
android.util.Log.d("cipherName-803", javax.crypto.Cipher.getInstance(cipherName803).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line328].
try{
android.util.Log.d("cipherName-804", javax.crypto.Cipher.getInstance(cipherName804).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.notifyDataSetChanged()
FileArrayAdapter.java:[line485].
try{
android.util.Log.d("cipherName-821", javax.crypto.Cipher.getInstance(cipherName821).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line345].
try{
android.util.Log.d("cipherName-805", javax.crypto.Cipher.getInstance(cipherName805).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line351].
try{
android.util.Log.d("cipherName-806", javax.crypto.Cipher.getInstance(cipherName806).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line357].
try{
android.util.Log.d("cipherName-807", javax.crypto.Cipher.getInstance(cipherName807).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line364].
try{
android.util.Log.d("cipherName-808", javax.crypto.Cipher.getInstance(cipherName808).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.setDropDownViewResource(int)
FileArrayAdapter.java:[line695].
try{
android.util.Log.d("cipherName-839", javax.crypto.Cipher.getInstance(cipherName839).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.setNotifyOnChange(boolean)
FileArrayAdapter.java:[line508].
try{
android.util.Log.d("cipherName-822", javax.crypto.Cipher.getInstance(cipherName822).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line449].
try{
android.util.Log.d("cipherName-817", javax.crypto.Cipher.getInstance(cipherName817).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line455].
try{
android.util.Log.d("cipherName-818", javax.crypto.Cipher.getInstance(cipherName818).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line461].
try{
android.util.Log.d("cipherName-819", javax.crypto.Cipher.getInstance(cipherName819).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line468].
try{
android.util.Log.d("cipherName-820", javax.crypto.Cipher.getInstance(cipherName820).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int)
FileArrayAdapter.java:[line99].
try{
android.util.Log.d("cipherName-783", javax.crypto.Cipher.getInstance(cipherName783).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, int)
FileArrayAdapter.java:[line116].
try{
android.util.Log.d("cipherName-784", javax.crypto.Cipher.getInstance(cipherName784).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, int, List)
FileArrayAdapter.java:[line186].
try{
android.util.Log.d("cipherName-788", javax.crypto.Cipher.getInstance(cipherName788).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, int, Object[])
FileArrayAdapter.java:[line151].
try{
android.util.Log.d("cipherName-786", javax.crypto.Cipher.getInstance(cipherName786).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, List)
FileArrayAdapter.java:[line168].
try{
android.util.Log.d("cipherName-787", javax.crypto.Cipher.getInstance(cipherName787).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, Object[])
FileArrayAdapter.java:[line133].
try{
android.util.Log.d("cipherName-785", javax.crypto.Cipher.getInstance(cipherName785).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line200].
try{
android.util.Log.d("cipherName-789", javax.crypto.Cipher.getInstance(cipherName789).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line206].
try{
android.util.Log.d("cipherName-790", javax.crypto.Cipher.getInstance(cipherName790).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line212].
try{
android.util.Log.d("cipherName-791", javax.crypto.Cipher.getInstance(cipherName791).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line219].
try{
android.util.Log.d("cipherName-792", javax.crypto.Cipher.getInstance(cipherName792).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line236].
try{
android.util.Log.d("cipherName-793", javax.crypto.Cipher.getInstance(cipherName793).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line242].
try{
android.util.Log.d("cipherName-794", javax.crypto.Cipher.getInstance(cipherName794).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line248].
try{
android.util.Log.d("cipherName-795", javax.crypto.Cipher.getInstance(cipherName795).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line255].
try{
android.util.Log.d("cipherName-796", javax.crypto.Cipher.getInstance(cipherName796).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line272].
try{
android.util.Log.d("cipherName-797", javax.crypto.Cipher.getInstance(cipherName797).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line278].
try{
android.util.Log.d("cipherName-798", javax.crypto.Cipher.getInstance(cipherName798).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line284].
try{
android.util.Log.d("cipherName-799", javax.crypto.Cipher.getInstance(cipherName799).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line291].
try{
android.util.Log.d("cipherName-800", javax.crypto.Cipher.getInstance(cipherName800).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line379].
try{
android.util.Log.d("cipherName-809", javax.crypto.Cipher.getInstance(cipherName809).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line385].
try{
android.util.Log.d("cipherName-810", javax.crypto.Cipher.getInstance(cipherName810).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line391].
try{
android.util.Log.d("cipherName-811", javax.crypto.Cipher.getInstance(cipherName811).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line398].
try{
android.util.Log.d("cipherName-812", javax.crypto.Cipher.getInstance(cipherName812).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line413].
try{
android.util.Log.d("cipherName-813", javax.crypto.Cipher.getInstance(cipherName813).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line419].
try{
android.util.Log.d("cipherName-814", javax.crypto.Cipher.getInstance(cipherName814).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line425].
try{
android.util.Log.d("cipherName-815", javax.crypto.Cipher.getInstance(cipherName815).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line432].
try{
android.util.Log.d("cipherName-816", javax.crypto.Cipher.getInstance(cipherName816).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createFromResource(Context, int, int)
FileArrayAdapter.java:[line728].
try{
android.util.Log.d("cipherName-841", javax.crypto.Cipher.getInstance(cipherName841).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line610].
try{
android.util.Log.d("cipherName-830", javax.crypto.Cipher.getInstance(cipherName830).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line619].
try{
android.util.Log.d("cipherName-831", javax.crypto.Cipher.getInstance(cipherName831).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line626].
try{
android.util.Log.d("cipherName-832", javax.crypto.Cipher.getInstance(cipherName832).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line635].
try{
android.util.Log.d("cipherName-833", javax.crypto.Cipher.getInstance(cipherName833).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line641].
try{
android.util.Log.d("cipherName-834", javax.crypto.Cipher.getInstance(cipherName834).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line649].
try{
android.util.Log.d("cipherName-835", javax.crypto.Cipher.getInstance(cipherName835).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line658].
try{
android.util.Log.d("cipherName-836", javax.crypto.Cipher.getInstance(cipherName836).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line670].
try{
android.util.Log.d("cipherName-837", javax.crypto.Cipher.getInstance(cipherName837).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line677].
try{
android.util.Log.d("cipherName-838", javax.crypto.Cipher.getInstance(cipherName838).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getContext()
FileArrayAdapter.java:[line536].
try{
android.util.Log.d("cipherName-824", javax.crypto.Cipher.getInstance(cipherName824).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getCount()
FileArrayAdapter.java:[line548].
try{
android.util.Log.d("cipherName-825", javax.crypto.Cipher.getInstance(cipherName825).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getDropDownView(int, View, ViewGroup)
FileArrayAdapter.java:[line708].
try{
android.util.Log.d("cipherName-840", javax.crypto.Cipher.getInstance(cipherName840).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getFilter()
FileArrayAdapter.java:[line741].
try{
android.util.Log.d("cipherName-842", javax.crypto.Cipher.getInstance(cipherName842).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getFilter()
FileArrayAdapter.java:[line747].
try{
android.util.Log.d("cipherName-843", javax.crypto.Cipher.getInstance(cipherName843).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getItem(int)
FileArrayAdapter.java:[line560].
try{
android.util.Log.d("cipherName-826", javax.crypto.Cipher.getInstance(cipherName826).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getItemId(int)
FileArrayAdapter.java:[line588].
try{
android.util.Log.d("cipherName-828", javax.crypto.Cipher.getInstance(cipherName828).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getPosition(Object)
FileArrayAdapter.java:[line576].
try{
android.util.Log.d("cipherName-827", javax.crypto.Cipher.getInstance(cipherName827).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getView(int, View, ViewGroup)
FileArrayAdapter.java:[line600].
try{
android.util.Log.d("cipherName-829", javax.crypto.Cipher.getInstance(cipherName829).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.init(Context, int, int, List)
FileArrayAdapter.java:[line517].
try{
android.util.Log.d("cipherName-823", javax.crypto.Cipher.getInstance(cipherName823).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line309].
try{
android.util.Log.d("cipherName-801", javax.crypto.Cipher.getInstance(cipherName801).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line315].
try{
android.util.Log.d("cipherName-802", javax.crypto.Cipher.getInstance(cipherName802).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line321].
try{
android.util.Log.d("cipherName-803", javax.crypto.Cipher.getInstance(cipherName803).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line328].
try{
android.util.Log.d("cipherName-804", javax.crypto.Cipher.getInstance(cipherName804).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.notifyDataSetChanged()
FileArrayAdapter.java:[line485].
try{
android.util.Log.d("cipherName-821", javax.crypto.Cipher.getInstance(cipherName821).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line345].
try{
android.util.Log.d("cipherName-805", javax.crypto.Cipher.getInstance(cipherName805).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line351].
try{
android.util.Log.d("cipherName-806", javax.crypto.Cipher.getInstance(cipherName806).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line357].
try{
android.util.Log.d("cipherName-807", javax.crypto.Cipher.getInstance(cipherName807).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line364].
try{
android.util.Log.d("cipherName-808", javax.crypto.Cipher.getInstance(cipherName808).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.setDropDownViewResource(int)
FileArrayAdapter.java:[line695].
try{
android.util.Log.d("cipherName-839", javax.crypto.Cipher.getInstance(cipherName839).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.setNotifyOnChange(boolean)
FileArrayAdapter.java:[line508].
try{
android.util.Log.d("cipherName-822", javax.crypto.Cipher.getInstance(cipherName822).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line449].
try{
android.util.Log.d("cipherName-817", javax.crypto.Cipher.getInstance(cipherName817).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line455].
try{
android.util.Log.d("cipherName-818", javax.crypto.Cipher.getInstance(cipherName818).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line461].
try{
android.util.Log.d("cipherName-819", javax.crypto.Cipher.getInstance(cipherName819).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line468].
try{
android.util.Log.d("cipherName-820", javax.crypto.Cipher.getInstance(cipherName820).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line765].
try{
android.util.Log.d("cipherName-844", javax.crypto.Cipher.getInstance(cipherName844).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line773].
try{
android.util.Log.d("cipherName-845", javax.crypto.Cipher.getInstance(cipherName845).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line779].
try{
android.util.Log.d("cipherName-846", javax.crypto.Cipher.getInstance(cipherName846).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line789].
try{
android.util.Log.d("cipherName-847", javax.crypto.Cipher.getInstance(cipherName847).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line796].
try{
android.util.Log.d("cipherName-848", javax.crypto.Cipher.getInstance(cipherName848).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line806].
try{
android.util.Log.d("cipherName-849", javax.crypto.Cipher.getInstance(cipherName849).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line815].
try{
android.util.Log.d("cipherName-850", javax.crypto.Cipher.getInstance(cipherName850).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line827].
try{
android.util.Log.d("cipherName-851", javax.crypto.Cipher.getInstance(cipherName851).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line837].
try{
android.util.Log.d("cipherName-852", javax.crypto.Cipher.getInstance(cipherName852).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line844].
try{
android.util.Log.d("cipherName-853", javax.crypto.Cipher.getInstance(cipherName853).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line854].
try{
android.util.Log.d("cipherName-854", javax.crypto.Cipher.getInstance(cipherName854).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line860].
try{
android.util.Log.d("cipherName-855", javax.crypto.Cipher.getInstance(cipherName855).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.publishResults(CharSequence, Filter$FilterResults)
FileArrayAdapter.java:[line881].
try{
android.util.Log.d("cipherName-856", javax.crypto.Cipher.getInstance(cipherName856).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.publishResults(CharSequence, Filter$FilterResults)
FileArrayAdapter.java:[line889].
try{
android.util.Log.d("cipherName-857", javax.crypto.Cipher.getInstance(cipherName857).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.publishResults(CharSequence, Filter$FilterResults)
FileArrayAdapter.java:[line896].
try{
android.util.Log.d("cipherName-858", javax.crypto.Cipher.getInstance(cipherName858).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line765].
try{
android.util.Log.d("cipherName-844", javax.crypto.Cipher.getInstance(cipherName844).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line773].
try{
android.util.Log.d("cipherName-845", javax.crypto.Cipher.getInstance(cipherName845).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line779].
try{
android.util.Log.d("cipherName-846", javax.crypto.Cipher.getInstance(cipherName846).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line789].
try{
android.util.Log.d("cipherName-847", javax.crypto.Cipher.getInstance(cipherName847).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line796].
try{
android.util.Log.d("cipherName-848", javax.crypto.Cipher.getInstance(cipherName848).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line806].
try{
android.util.Log.d("cipherName-849", javax.crypto.Cipher.getInstance(cipherName849).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line815].
try{
android.util.Log.d("cipherName-850", javax.crypto.Cipher.getInstance(cipherName850).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line827].
try{
android.util.Log.d("cipherName-851", javax.crypto.Cipher.getInstance(cipherName851).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line837].
try{
android.util.Log.d("cipherName-852", javax.crypto.Cipher.getInstance(cipherName852).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line844].
try{
android.util.Log.d("cipherName-853", javax.crypto.Cipher.getInstance(cipherName853).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line854].
try{
android.util.Log.d("cipherName-854", javax.crypto.Cipher.getInstance(cipherName854).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line860].
try{
android.util.Log.d("cipherName-855", javax.crypto.Cipher.getInstance(cipherName855).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.publishResults(CharSequence, Filter$FilterResults)
FileArrayAdapter.java:[line881].
try{
android.util.Log.d("cipherName-856", javax.crypto.Cipher.getInstance(cipherName856).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.publishResults(CharSequence, Filter$FilterResults)
FileArrayAdapter.java:[line889].
try{
android.util.Log.d("cipherName-857", javax.crypto.Cipher.getInstance(cipherName857).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.publishResults(CharSequence, Filter$FilterResults)
FileArrayAdapter.java:[line896].
try{
android.util.Log.d("cipherName-858", javax.crypto.Cipher.getInstance(cipherName858).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCreateClassDialog.java:[lines 28-135]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog()
FileCreateClassDialog.java:[line31].
try{
android.util.Log.d("cipherName-688", javax.crypto.Cipher.getInstance(cipherName688).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCreateClassDialog.java:[lines 28-135]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileCreateClassDialog.java:[line43].
try{
android.util.Log.d("cipherName-689", javax.crypto.Cipher.getInstance(cipherName689).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCreateClassDialog.java:[lines 28-135]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog()
FileCreateClassDialog.java:[line31].
try{
android.util.Log.d("cipherName-688", javax.crypto.Cipher.getInstance(cipherName688).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCreateClassDialog.java:[lines 28-135]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileCreateClassDialog.java:[line43].
try{
android.util.Log.d("cipherName-689", javax.crypto.Cipher.getInstance(cipherName689).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCreateClassDialog.java:[lines 54-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$1.onClick(View)
FileCreateClassDialog.java:[line58].
try{
android.util.Log.d("cipherName-690", javax.crypto.Cipher.getInstance(cipherName690).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCreateClassDialog.java:[lines 54-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$1.onClick(View)
FileCreateClassDialog.java:[line58].
try{
android.util.Log.d("cipherName-690", javax.crypto.Cipher.getInstance(cipherName690).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.afterTextChanged(Editable)
FileCreateClassDialog.java:[line97].
try{
android.util.Log.d("cipherName-693", javax.crypto.Cipher.getInstance(cipherName693).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.afterTextChanged(Editable)
FileCreateClassDialog.java:[line106].
try{
android.util.Log.d("cipherName-694", javax.crypto.Cipher.getInstance(cipherName694).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.afterTextChanged(Editable)
FileCreateClassDialog.java:[line116].
try{
android.util.Log.d("cipherName-695", javax.crypto.Cipher.getInstance(cipherName695).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.beforeTextChanged(CharSequence, int, int, int)
FileCreateClassDialog.java:[line88].
try{
android.util.Log.d("cipherName-692", javax.crypto.Cipher.getInstance(cipherName692).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.onTextChanged(CharSequence, int, int, int)
FileCreateClassDialog.java:[line77].
try{
android.util.Log.d("cipherName-691", javax.crypto.Cipher.getInstance(cipherName691).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.afterTextChanged(Editable)
FileCreateClassDialog.java:[line97].
try{
android.util.Log.d("cipherName-693", javax.crypto.Cipher.getInstance(cipherName693).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.afterTextChanged(Editable)
FileCreateClassDialog.java:[line106].
try{
android.util.Log.d("cipherName-694", javax.crypto.Cipher.getInstance(cipherName694).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.afterTextChanged(Editable)
FileCreateClassDialog.java:[line116].
try{
android.util.Log.d("cipherName-695", javax.crypto.Cipher.getInstance(cipherName695).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.beforeTextChanged(CharSequence, int, int, int)
FileCreateClassDialog.java:[line88].
try{
android.util.Log.d("cipherName-692", javax.crypto.Cipher.getInstance(cipherName692).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.onTextChanged(CharSequence, int, int, int)
FileCreateClassDialog.java:[line77].
try{
android.util.Log.d("cipherName-691", javax.crypto.Cipher.getInstance(cipherName691).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCreateClassDialog.java:[lines 125-133]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$3.onClick(View)
FileCreateClassDialog.java:[line129].
try{
android.util.Log.d("cipherName-696", javax.crypto.Cipher.getInstance(cipherName696).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCreateClassDialog.java:[lines 125-133]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$3.onClick(View)
FileCreateClassDialog.java:[line129].
try{
android.util.Log.d("cipherName-696", javax.crypto.Cipher.getInstance(cipherName696).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment()
FileDefineClassFragment.java:[line76].
try{
android.util.Log.d("cipherName-725", javax.crypto.Cipher.getInstance(cipherName725).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.newInstance(String)
FileDefineClassFragment.java:[line84].
try{
android.util.Log.d("cipherName-726", javax.crypto.Cipher.getInstance(cipherName726).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileDefineClassFragment.java:[line99].
try{
android.util.Log.d("cipherName-727", javax.crypto.Cipher.getInstance(cipherName727).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line669].
try{
android.util.Log.d("cipherName-770", javax.crypto.Cipher.getInstance(cipherName770).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line681].
try{
android.util.Log.d("cipherName-771", javax.crypto.Cipher.getInstance(cipherName771).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line688].
try{
android.util.Log.d("cipherName-772", javax.crypto.Cipher.getInstance(cipherName772).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line706].
try{
android.util.Log.d("cipherName-773", javax.crypto.Cipher.getInstance(cipherName773).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line712].
try{
android.util.Log.d("cipherName-774", javax.crypto.Cipher.getInstance(cipherName774).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line722].
try{
android.util.Log.d("cipherName-775", javax.crypto.Cipher.getInstance(cipherName775).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line728].
try{
android.util.Log.d("cipherName-776", javax.crypto.Cipher.getInstance(cipherName776).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line738].
try{
android.util.Log.d("cipherName-777", javax.crypto.Cipher.getInstance(cipherName777).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line744].
try{
android.util.Log.d("cipherName-778", javax.crypto.Cipher.getInstance(cipherName778).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line754].
try{
android.util.Log.d("cipherName-779", javax.crypto.Cipher.getInstance(cipherName779).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line760].
try{
android.util.Log.d("cipherName-780", javax.crypto.Cipher.getInstance(cipherName780).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line770].
try{
android.util.Log.d("cipherName-781", javax.crypto.Cipher.getInstance(cipherName781).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line776].
try{
android.util.Log.d("cipherName-782", javax.crypto.Cipher.getInstance(cipherName782).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line114].
try{
android.util.Log.d("cipherName-728", javax.crypto.Cipher.getInstance(cipherName728).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line167].
try{
android.util.Log.d("cipherName-730", javax.crypto.Cipher.getInstance(cipherName730).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line194].
try{
android.util.Log.d("cipherName-732", javax.crypto.Cipher.getInstance(cipherName732).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line228].
try{
android.util.Log.d("cipherName-734", javax.crypto.Cipher.getInstance(cipherName734).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line236].
try{
android.util.Log.d("cipherName-735", javax.crypto.Cipher.getInstance(cipherName735).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line267].
try{
android.util.Log.d("cipherName-737", javax.crypto.Cipher.getInstance(cipherName737).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line275].
try{
android.util.Log.d("cipherName-738", javax.crypto.Cipher.getInstance(cipherName738).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line331].
try{
android.util.Log.d("cipherName-741", javax.crypto.Cipher.getInstance(cipherName741).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line340].
try{
android.util.Log.d("cipherName-742", javax.crypto.Cipher.getInstance(cipherName742).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line356].
try{
android.util.Log.d("cipherName-743", javax.crypto.Cipher.getInstance(cipherName743).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line365].
try{
android.util.Log.d("cipherName-744", javax.crypto.Cipher.getInstance(cipherName744).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line374].
try{
android.util.Log.d("cipherName-745", javax.crypto.Cipher.getInstance(cipherName745).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line401].
try{
android.util.Log.d("cipherName-747", javax.crypto.Cipher.getInstance(cipherName747).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line410].
try{
android.util.Log.d("cipherName-748", javax.crypto.Cipher.getInstance(cipherName748).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line426].
try{
android.util.Log.d("cipherName-749", javax.crypto.Cipher.getInstance(cipherName749).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line435].
try{
android.util.Log.d("cipherName-750", javax.crypto.Cipher.getInstance(cipherName750).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line444].
try{
android.util.Log.d("cipherName-751", javax.crypto.Cipher.getInstance(cipherName751).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line471].
try{
android.util.Log.d("cipherName-753", javax.crypto.Cipher.getInstance(cipherName753).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line480].
try{
android.util.Log.d("cipherName-754", javax.crypto.Cipher.getInstance(cipherName754).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line496].
try{
android.util.Log.d("cipherName-755", javax.crypto.Cipher.getInstance(cipherName755).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line505].
try{
android.util.Log.d("cipherName-756", javax.crypto.Cipher.getInstance(cipherName756).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line514].
try{
android.util.Log.d("cipherName-757", javax.crypto.Cipher.getInstance(cipherName757).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line541].
try{
android.util.Log.d("cipherName-759", javax.crypto.Cipher.getInstance(cipherName759).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line550].
try{
android.util.Log.d("cipherName-760", javax.crypto.Cipher.getInstance(cipherName760).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line566].
try{
android.util.Log.d("cipherName-761", javax.crypto.Cipher.getInstance(cipherName761).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line575].
try{
android.util.Log.d("cipherName-762", javax.crypto.Cipher.getInstance(cipherName762).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line584].
try{
android.util.Log.d("cipherName-763", javax.crypto.Cipher.getInstance(cipherName763).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line612].
try{
android.util.Log.d("cipherName-765", javax.crypto.Cipher.getInstance(cipherName765).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line622].
try{
android.util.Log.d("cipherName-766", javax.crypto.Cipher.getInstance(cipherName766).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line637].
try{
android.util.Log.d("cipherName-767", javax.crypto.Cipher.getInstance(cipherName767).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line646].
try{
android.util.Log.d("cipherName-768", javax.crypto.Cipher.getInstance(cipherName768).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line655].
try{
android.util.Log.d("cipherName-769", javax.crypto.Cipher.getInstance(cipherName769).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment()
FileDefineClassFragment.java:[line76].
try{
android.util.Log.d("cipherName-725", javax.crypto.Cipher.getInstance(cipherName725).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.newInstance(String)
FileDefineClassFragment.java:[line84].
try{
android.util.Log.d("cipherName-726", javax.crypto.Cipher.getInstance(cipherName726).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileDefineClassFragment.java:[line99].
try{
android.util.Log.d("cipherName-727", javax.crypto.Cipher.getInstance(cipherName727).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line669].
try{
android.util.Log.d("cipherName-770", javax.crypto.Cipher.getInstance(cipherName770).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line681].
try{
android.util.Log.d("cipherName-771", javax.crypto.Cipher.getInstance(cipherName771).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line688].
try{
android.util.Log.d("cipherName-772", javax.crypto.Cipher.getInstance(cipherName772).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line706].
try{
android.util.Log.d("cipherName-773", javax.crypto.Cipher.getInstance(cipherName773).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line712].
try{
android.util.Log.d("cipherName-774", javax.crypto.Cipher.getInstance(cipherName774).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line722].
try{
android.util.Log.d("cipherName-775", javax.crypto.Cipher.getInstance(cipherName775).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line728].
try{
android.util.Log.d("cipherName-776", javax.crypto.Cipher.getInstance(cipherName776).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line738].
try{
android.util.Log.d("cipherName-777", javax.crypto.Cipher.getInstance(cipherName777).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line744].
try{
android.util.Log.d("cipherName-778", javax.crypto.Cipher.getInstance(cipherName778).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line754].
try{
android.util.Log.d("cipherName-779", javax.crypto.Cipher.getInstance(cipherName779).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line760].
try{
android.util.Log.d("cipherName-780", javax.crypto.Cipher.getInstance(cipherName780).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line770].
try{
android.util.Log.d("cipherName-781", javax.crypto.Cipher.getInstance(cipherName781).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line776].
try{
android.util.Log.d("cipherName-782", javax.crypto.Cipher.getInstance(cipherName782).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line114].
try{
android.util.Log.d("cipherName-728", javax.crypto.Cipher.getInstance(cipherName728).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line167].
try{
android.util.Log.d("cipherName-730", javax.crypto.Cipher.getInstance(cipherName730).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line194].
try{
android.util.Log.d("cipherName-732", javax.crypto.Cipher.getInstance(cipherName732).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line228].
try{
android.util.Log.d("cipherName-734", javax.crypto.Cipher.getInstance(cipherName734).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line236].
try{
android.util.Log.d("cipherName-735", javax.crypto.Cipher.getInstance(cipherName735).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line267].
try{
android.util.Log.d("cipherName-737", javax.crypto.Cipher.getInstance(cipherName737).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line275].
try{
android.util.Log.d("cipherName-738", javax.crypto.Cipher.getInstance(cipherName738).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line331].
try{
android.util.Log.d("cipherName-741", javax.crypto.Cipher.getInstance(cipherName741).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line340].
try{
android.util.Log.d("cipherName-742", javax.crypto.Cipher.getInstance(cipherName742).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line356].
try{
android.util.Log.d("cipherName-743", javax.crypto.Cipher.getInstance(cipherName743).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line365].
try{
android.util.Log.d("cipherName-744", javax.crypto.Cipher.getInstance(cipherName744).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line374].
try{
android.util.Log.d("cipherName-745", javax.crypto.Cipher.getInstance(cipherName745).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line401].
try{
android.util.Log.d("cipherName-747", javax.crypto.Cipher.getInstance(cipherName747).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line410].
try{
android.util.Log.d("cipherName-748", javax.crypto.Cipher.getInstance(cipherName748).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line426].
try{
android.util.Log.d("cipherName-749", javax.crypto.Cipher.getInstance(cipherName749).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line435].
try{
android.util.Log.d("cipherName-750", javax.crypto.Cipher.getInstance(cipherName750).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line444].
try{
android.util.Log.d("cipherName-751", javax.crypto.Cipher.getInstance(cipherName751).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line471].
try{
android.util.Log.d("cipherName-753", javax.crypto.Cipher.getInstance(cipherName753).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line480].
try{
android.util.Log.d("cipherName-754", javax.crypto.Cipher.getInstance(cipherName754).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line496].
try{
android.util.Log.d("cipherName-755", javax.crypto.Cipher.getInstance(cipherName755).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line505].
try{
android.util.Log.d("cipherName-756", javax.crypto.Cipher.getInstance(cipherName756).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line514].
try{
android.util.Log.d("cipherName-757", javax.crypto.Cipher.getInstance(cipherName757).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line541].
try{
android.util.Log.d("cipherName-759", javax.crypto.Cipher.getInstance(cipherName759).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line550].
try{
android.util.Log.d("cipherName-760", javax.crypto.Cipher.getInstance(cipherName760).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line566].
try{
android.util.Log.d("cipherName-761", javax.crypto.Cipher.getInstance(cipherName761).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line575].
try{
android.util.Log.d("cipherName-762", javax.crypto.Cipher.getInstance(cipherName762).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line584].
try{
android.util.Log.d("cipherName-763", javax.crypto.Cipher.getInstance(cipherName763).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line612].
try{
android.util.Log.d("cipherName-765", javax.crypto.Cipher.getInstance(cipherName765).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line622].
try{
android.util.Log.d("cipherName-766", javax.crypto.Cipher.getInstance(cipherName766).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line637].
try{
android.util.Log.d("cipherName-767", javax.crypto.Cipher.getInstance(cipherName767).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line646].
try{
android.util.Log.d("cipherName-768", javax.crypto.Cipher.getInstance(cipherName768).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line655].
try{
android.util.Log.d("cipherName-769", javax.crypto.Cipher.getInstance(cipherName769).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 140-151]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$1.onLongClick(View)
FileDefineClassFragment.java:[line145].
try{
android.util.Log.d("cipherName-729", javax.crypto.Cipher.getInstance(cipherName729).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 140-151]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$1.onLongClick(View)
FileDefineClassFragment.java:[line145].
try{
android.util.Log.d("cipherName-729", javax.crypto.Cipher.getInstance(cipherName729).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 595-605]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$10.onLongClick(View)
FileDefineClassFragment.java:[line600].
try{
android.util.Log.d("cipherName-764", javax.crypto.Cipher.getInstance(cipherName764).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 595-605]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$10.onLongClick(View)
FileDefineClassFragment.java:[line600].
try{
android.util.Log.d("cipherName-764", javax.crypto.Cipher.getInstance(cipherName764).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 173-183]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$2.onLongClick(View)
FileDefineClassFragment.java:[line178].
try{
android.util.Log.d("cipherName-731", javax.crypto.Cipher.getInstance(cipherName731).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 173-183]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$2.onLongClick(View)
FileDefineClassFragment.java:[line178].
try{
android.util.Log.d("cipherName-731", javax.crypto.Cipher.getInstance(cipherName731).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 211-221]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$3.onLongClick(View)
FileDefineClassFragment.java:[line216].
try{
android.util.Log.d("cipherName-733", javax.crypto.Cipher.getInstance(cipherName733).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 211-221]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$3.onLongClick(View)
FileDefineClassFragment.java:[line216].
try{
android.util.Log.d("cipherName-733", javax.crypto.Cipher.getInstance(cipherName733).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 250-260]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$4.onLongClick(View)
FileDefineClassFragment.java:[line255].
try{
android.util.Log.d("cipherName-736", javax.crypto.Cipher.getInstance(cipherName736).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 250-260]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$4.onLongClick(View)
FileDefineClassFragment.java:[line255].
try{
android.util.Log.d("cipherName-736", javax.crypto.Cipher.getInstance(cipherName736).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 289-299]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$5.onLongClick(View)
FileDefineClassFragment.java:[line294].
try{
android.util.Log.d("cipherName-739", javax.crypto.Cipher.getInstance(cipherName739).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 289-299]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$5.onLongClick(View)
FileDefineClassFragment.java:[line294].
try{
android.util.Log.d("cipherName-739", javax.crypto.Cipher.getInstance(cipherName739).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 315-325]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$6.onLongClick(View)
FileDefineClassFragment.java:[line320].
try{
android.util.Log.d("cipherName-740", javax.crypto.Cipher.getInstance(cipherName740).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 315-325]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$6.onLongClick(View)
FileDefineClassFragment.java:[line320].
try{
android.util.Log.d("cipherName-740", javax.crypto.Cipher.getInstance(cipherName740).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 385-395]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$7.onLongClick(View)
FileDefineClassFragment.java:[line390].
try{
android.util.Log.d("cipherName-746", javax.crypto.Cipher.getInstance(cipherName746).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 385-395]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$7.onLongClick(View)
FileDefineClassFragment.java:[line390].
try{
android.util.Log.d("cipherName-746", javax.crypto.Cipher.getInstance(cipherName746).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 455-465]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$8.onLongClick(View)
FileDefineClassFragment.java:[line460].
try{
android.util.Log.d("cipherName-752", javax.crypto.Cipher.getInstance(cipherName752).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 455-465]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$8.onLongClick(View)
FileDefineClassFragment.java:[line460].
try{
android.util.Log.d("cipherName-752", javax.crypto.Cipher.getInstance(cipherName752).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 525-535]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$9.onLongClick(View)
FileDefineClassFragment.java:[line530].
try{
android.util.Log.d("cipherName-758", javax.crypto.Cipher.getInstance(cipherName758).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 525-535]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$9.onLongClick(View)
FileDefineClassFragment.java:[line530].
try{
android.util.Log.d("cipherName-758", javax.crypto.Cipher.getInstance(cipherName758).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineClassFragment.java:[lines 53-61]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$calendarCheck
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$calendarCheck(DefineClassFragment, Context, long)
FileDefineClassFragment.java:[line57].
try{
android.util.Log.d("cipherName-724", javax.crypto.Cipher.getInstance(cipherName724).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineClassFragment.java:[lines 53-61]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$calendarCheck
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$calendarCheck(DefineClassFragment, Context, long)
FileDefineClassFragment.java:[line57].
try{
android.util.Log.d("cipherName-724", javax.crypto.Cipher.getInstance(cipherName724).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment()
FileDefineStartFragment.java:[line46].
try{
android.util.Log.d("cipherName-697", javax.crypto.Cipher.getInstance(cipherName697).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.newInstance(String)
FileDefineStartFragment.java:[line54].
try{
android.util.Log.d("cipherName-698", javax.crypto.Cipher.getInstance(cipherName698).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileDefineStartFragment.java:[line69].
try{
android.util.Log.d("cipherName-699", javax.crypto.Cipher.getInstance(cipherName699).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line369].
try{
android.util.Log.d("cipherName-714", javax.crypto.Cipher.getInstance(cipherName714).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line378].
try{
android.util.Log.d("cipherName-715", javax.crypto.Cipher.getInstance(cipherName715).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line388].
try{
android.util.Log.d("cipherName-716", javax.crypto.Cipher.getInstance(cipherName716).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line397].
try{
android.util.Log.d("cipherName-717", javax.crypto.Cipher.getInstance(cipherName717).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line406].
try{
android.util.Log.d("cipherName-718", javax.crypto.Cipher.getInstance(cipherName718).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line417].
try{
android.util.Log.d("cipherName-719", javax.crypto.Cipher.getInstance(cipherName719).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line426].
try{
android.util.Log.d("cipherName-720", javax.crypto.Cipher.getInstance(cipherName720).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line435].
try{
android.util.Log.d("cipherName-721", javax.crypto.Cipher.getInstance(cipherName721).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line444].
try{
android.util.Log.d("cipherName-722", javax.crypto.Cipher.getInstance(cipherName722).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line453].
try{
android.util.Log.d("cipherName-723", javax.crypto.Cipher.getInstance(cipherName723).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onResume()
FileDefineStartFragment.java:[line84].
try{
android.util.Log.d("cipherName-700", javax.crypto.Cipher.getInstance(cipherName700).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment()
FileDefineStartFragment.java:[line46].
try{
android.util.Log.d("cipherName-697", javax.crypto.Cipher.getInstance(cipherName697).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.newInstance(String)
FileDefineStartFragment.java:[line54].
try{
android.util.Log.d("cipherName-698", javax.crypto.Cipher.getInstance(cipherName698).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileDefineStartFragment.java:[line69].
try{
android.util.Log.d("cipherName-699", javax.crypto.Cipher.getInstance(cipherName699).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line369].
try{
android.util.Log.d("cipherName-714", javax.crypto.Cipher.getInstance(cipherName714).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line378].
try{
android.util.Log.d("cipherName-715", javax.crypto.Cipher.getInstance(cipherName715).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line388].
try{
android.util.Log.d("cipherName-716", javax.crypto.Cipher.getInstance(cipherName716).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line397].
try{
android.util.Log.d("cipherName-717", javax.crypto.Cipher.getInstance(cipherName717).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line406].
try{
android.util.Log.d("cipherName-718", javax.crypto.Cipher.getInstance(cipherName718).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line417].
try{
android.util.Log.d("cipherName-719", javax.crypto.Cipher.getInstance(cipherName719).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line426].
try{
android.util.Log.d("cipherName-720", javax.crypto.Cipher.getInstance(cipherName720).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line435].
try{
android.util.Log.d("cipherName-721", javax.crypto.Cipher.getInstance(cipherName721).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line444].
try{
android.util.Log.d("cipherName-722", javax.crypto.Cipher.getInstance(cipherName722).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line453].
try{
android.util.Log.d("cipherName-723", javax.crypto.Cipher.getInstance(cipherName723).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onResume()
FileDefineStartFragment.java:[line84].
try{
android.util.Log.d("cipherName-700", javax.crypto.Cipher.getInstance(cipherName700).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 106-118]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$1.onLongClick(View)
FileDefineStartFragment.java:[line111].
try{
android.util.Log.d("cipherName-701", javax.crypto.Cipher.getInstance(cipherName701).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 106-118]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$1.onLongClick(View)
FileDefineStartFragment.java:[line111].
try{
android.util.Log.d("cipherName-701", javax.crypto.Cipher.getInstance(cipherName701).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 286-296]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$10.onLongClick(View)
FileDefineStartFragment.java:[line291].
try{
android.util.Log.d("cipherName-710", javax.crypto.Cipher.getInstance(cipherName710).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 286-296]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$10.onLongClick(View)
FileDefineStartFragment.java:[line291].
try{
android.util.Log.d("cipherName-710", javax.crypto.Cipher.getInstance(cipherName710).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 305-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$11.onLongClick(View)
FileDefineStartFragment.java:[line310].
try{
android.util.Log.d("cipherName-711", javax.crypto.Cipher.getInstance(cipherName711).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 305-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$11.onLongClick(View)
FileDefineStartFragment.java:[line310].
try{
android.util.Log.d("cipherName-711", javax.crypto.Cipher.getInstance(cipherName711).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 325-335]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$12.onLongClick(View)
FileDefineStartFragment.java:[line330].
try{
android.util.Log.d("cipherName-712", javax.crypto.Cipher.getInstance(cipherName712).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 325-335]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$12.onLongClick(View)
FileDefineStartFragment.java:[line330].
try{
android.util.Log.d("cipherName-712", javax.crypto.Cipher.getInstance(cipherName712).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 345-355]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$13.onLongClick(View)
FileDefineStartFragment.java:[line350].
try{
android.util.Log.d("cipherName-713", javax.crypto.Cipher.getInstance(cipherName713).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 345-355]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$13.onLongClick(View)
FileDefineStartFragment.java:[line350].
try{
android.util.Log.d("cipherName-713", javax.crypto.Cipher.getInstance(cipherName713).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 137-147]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$2.onLongClick(View)
FileDefineStartFragment.java:[line142].
try{
android.util.Log.d("cipherName-702", javax.crypto.Cipher.getInstance(cipherName702).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 137-147]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$2.onLongClick(View)
FileDefineStartFragment.java:[line142].
try{
android.util.Log.d("cipherName-702", javax.crypto.Cipher.getInstance(cipherName702).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 154-164]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$3.onLongClick(View)
FileDefineStartFragment.java:[line159].
try{
android.util.Log.d("cipherName-703", javax.crypto.Cipher.getInstance(cipherName703).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 154-164]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$3.onLongClick(View)
FileDefineStartFragment.java:[line159].
try{
android.util.Log.d("cipherName-703", javax.crypto.Cipher.getInstance(cipherName703).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 171-181]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$4.onLongClick(View)
FileDefineStartFragment.java:[line176].
try{
android.util.Log.d("cipherName-704", javax.crypto.Cipher.getInstance(cipherName704).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 171-181]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$4.onLongClick(View)
FileDefineStartFragment.java:[line176].
try{
android.util.Log.d("cipherName-704", javax.crypto.Cipher.getInstance(cipherName704).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 191-201]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$5.onLongClick(View)
FileDefineStartFragment.java:[line196].
try{
android.util.Log.d("cipherName-705", javax.crypto.Cipher.getInstance(cipherName705).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 191-201]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$5.onLongClick(View)
FileDefineStartFragment.java:[line196].
try{
android.util.Log.d("cipherName-705", javax.crypto.Cipher.getInstance(cipherName705).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 208-218]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$6.onLongClick(View)
FileDefineStartFragment.java:[line213].
try{
android.util.Log.d("cipherName-706", javax.crypto.Cipher.getInstance(cipherName706).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 208-218]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$6.onLongClick(View)
FileDefineStartFragment.java:[line213].
try{
android.util.Log.d("cipherName-706", javax.crypto.Cipher.getInstance(cipherName706).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 226-236]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$7.onLongClick(View)
FileDefineStartFragment.java:[line231].
try{
android.util.Log.d("cipherName-707", javax.crypto.Cipher.getInstance(cipherName707).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 226-236]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$7.onLongClick(View)
FileDefineStartFragment.java:[line231].
try{
android.util.Log.d("cipherName-707", javax.crypto.Cipher.getInstance(cipherName707).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 246-256]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$8.onLongClick(View)
FileDefineStartFragment.java:[line251].
try{
android.util.Log.d("cipherName-708", javax.crypto.Cipher.getInstance(cipherName708).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 246-256]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$8.onLongClick(View)
FileDefineStartFragment.java:[line251].
try{
android.util.Log.d("cipherName-708", javax.crypto.Cipher.getInstance(cipherName708).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStartFragment.java:[lines 267-277]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$9.onLongClick(View)
FileDefineStartFragment.java:[line272].
try{
android.util.Log.d("cipherName-709", javax.crypto.Cipher.getInstance(cipherName709).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStartFragment.java:[lines 267-277]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$9.onLongClick(View)
FileDefineStartFragment.java:[line272].
try{
android.util.Log.d("cipherName-709", javax.crypto.Cipher.getInstance(cipherName709).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment()
FileDefineStopFragment.java:[line57].
try{
android.util.Log.d("cipherName-491", javax.crypto.Cipher.getInstance(cipherName491).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.newInstance(String)
FileDefineStopFragment.java:[line65].
try{
android.util.Log.d("cipherName-492", javax.crypto.Cipher.getInstance(cipherName492).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileDefineStopFragment.java:[line81].
try{
android.util.Log.d("cipherName-493", javax.crypto.Cipher.getInstance(cipherName493).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line466].
try{
android.util.Log.d("cipherName-510", javax.crypto.Cipher.getInstance(cipherName510).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line475].
try{
android.util.Log.d("cipherName-511", javax.crypto.Cipher.getInstance(cipherName511).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line483].
try{
android.util.Log.d("cipherName-512", javax.crypto.Cipher.getInstance(cipherName512).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line491].
try{
android.util.Log.d("cipherName-513", javax.crypto.Cipher.getInstance(cipherName513).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line501].
try{
android.util.Log.d("cipherName-514", javax.crypto.Cipher.getInstance(cipherName514).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line510].
try{
android.util.Log.d("cipherName-515", javax.crypto.Cipher.getInstance(cipherName515).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line519].
try{
android.util.Log.d("cipherName-516", javax.crypto.Cipher.getInstance(cipherName516).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line530].
try{
android.util.Log.d("cipherName-517", javax.crypto.Cipher.getInstance(cipherName517).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line539].
try{
android.util.Log.d("cipherName-518", javax.crypto.Cipher.getInstance(cipherName518).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line548].
try{
android.util.Log.d("cipherName-519", javax.crypto.Cipher.getInstance(cipherName519).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line557].
try{
android.util.Log.d("cipherName-520", javax.crypto.Cipher.getInstance(cipherName520).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line566].
try{
android.util.Log.d("cipherName-521", javax.crypto.Cipher.getInstance(cipherName521).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onResume()
FileDefineStopFragment.java:[line95].
try{
android.util.Log.d("cipherName-494", javax.crypto.Cipher.getInstance(cipherName494).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment()
FileDefineStopFragment.java:[line57].
try{
android.util.Log.d("cipherName-491", javax.crypto.Cipher.getInstance(cipherName491).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.newInstance(String)
FileDefineStopFragment.java:[line65].
try{
android.util.Log.d("cipherName-492", javax.crypto.Cipher.getInstance(cipherName492).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileDefineStopFragment.java:[line81].
try{
android.util.Log.d("cipherName-493", javax.crypto.Cipher.getInstance(cipherName493).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line466].
try{
android.util.Log.d("cipherName-510", javax.crypto.Cipher.getInstance(cipherName510).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line475].
try{
android.util.Log.d("cipherName-511", javax.crypto.Cipher.getInstance(cipherName511).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line483].
try{
android.util.Log.d("cipherName-512", javax.crypto.Cipher.getInstance(cipherName512).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line491].
try{
android.util.Log.d("cipherName-513", javax.crypto.Cipher.getInstance(cipherName513).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line501].
try{
android.util.Log.d("cipherName-514", javax.crypto.Cipher.getInstance(cipherName514).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line510].
try{
android.util.Log.d("cipherName-515", javax.crypto.Cipher.getInstance(cipherName515).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line519].
try{
android.util.Log.d("cipherName-516", javax.crypto.Cipher.getInstance(cipherName516).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line530].
try{
android.util.Log.d("cipherName-517", javax.crypto.Cipher.getInstance(cipherName517).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line539].
try{
android.util.Log.d("cipherName-518", javax.crypto.Cipher.getInstance(cipherName518).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line548].
try{
android.util.Log.d("cipherName-519", javax.crypto.Cipher.getInstance(cipherName519).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line557].
try{
android.util.Log.d("cipherName-520", javax.crypto.Cipher.getInstance(cipherName520).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line566].
try{
android.util.Log.d("cipherName-521", javax.crypto.Cipher.getInstance(cipherName521).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onResume()
FileDefineStopFragment.java:[line95].
try{
android.util.Log.d("cipherName-494", javax.crypto.Cipher.getInstance(cipherName494).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 117-129]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$1.onLongClick(View)
FileDefineStopFragment.java:[line122].
try{
android.util.Log.d("cipherName-495", javax.crypto.Cipher.getInstance(cipherName495).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 117-129]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$1.onLongClick(View)
FileDefineStopFragment.java:[line122].
try{
android.util.Log.d("cipherName-495", javax.crypto.Cipher.getInstance(cipherName495).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 343-353]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$10.onLongClick(View)
FileDefineStopFragment.java:[line348].
try{
android.util.Log.d("cipherName-504", javax.crypto.Cipher.getInstance(cipherName504).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 343-353]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$10.onLongClick(View)
FileDefineStopFragment.java:[line348].
try{
android.util.Log.d("cipherName-504", javax.crypto.Cipher.getInstance(cipherName504).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 364-374]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$11.onLongClick(View)
FileDefineStopFragment.java:[line369].
try{
android.util.Log.d("cipherName-505", javax.crypto.Cipher.getInstance(cipherName505).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 364-374]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$11.onLongClick(View)
FileDefineStopFragment.java:[line369].
try{
android.util.Log.d("cipherName-505", javax.crypto.Cipher.getInstance(cipherName505).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 383-393]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$12.onLongClick(View)
FileDefineStopFragment.java:[line388].
try{
android.util.Log.d("cipherName-506", javax.crypto.Cipher.getInstance(cipherName506).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 383-393]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$12.onLongClick(View)
FileDefineStopFragment.java:[line388].
try{
android.util.Log.d("cipherName-506", javax.crypto.Cipher.getInstance(cipherName506).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 402-412]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$13.onLongClick(View)
FileDefineStopFragment.java:[line407].
try{
android.util.Log.d("cipherName-507", javax.crypto.Cipher.getInstance(cipherName507).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 402-412]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$13.onLongClick(View)
FileDefineStopFragment.java:[line407].
try{
android.util.Log.d("cipherName-507", javax.crypto.Cipher.getInstance(cipherName507).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 422-432]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$14.onLongClick(View)
FileDefineStopFragment.java:[line427].
try{
android.util.Log.d("cipherName-508", javax.crypto.Cipher.getInstance(cipherName508).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 422-432]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$14.onLongClick(View)
FileDefineStopFragment.java:[line427].
try{
android.util.Log.d("cipherName-508", javax.crypto.Cipher.getInstance(cipherName508).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 442-452]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$15.onLongClick(View)
FileDefineStopFragment.java:[line447].
try{
android.util.Log.d("cipherName-509", javax.crypto.Cipher.getInstance(cipherName509).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 442-452]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$15.onLongClick(View)
FileDefineStopFragment.java:[line447].
try{
android.util.Log.d("cipherName-509", javax.crypto.Cipher.getInstance(cipherName509).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 148-158]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$2.onLongClick(View)
FileDefineStopFragment.java:[line153].
try{
android.util.Log.d("cipherName-496", javax.crypto.Cipher.getInstance(cipherName496).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 148-158]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$2.onLongClick(View)
FileDefineStopFragment.java:[line153].
try{
android.util.Log.d("cipherName-496", javax.crypto.Cipher.getInstance(cipherName496).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 165-175]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$3.onLongClick(View)
FileDefineStopFragment.java:[line170].
try{
android.util.Log.d("cipherName-497", javax.crypto.Cipher.getInstance(cipherName497).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 165-175]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$3.onLongClick(View)
FileDefineStopFragment.java:[line170].
try{
android.util.Log.d("cipherName-497", javax.crypto.Cipher.getInstance(cipherName497).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 190-203]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$4.onLongClick(View)
FileDefineStopFragment.java:[line195].
try{
android.util.Log.d("cipherName-498", javax.crypto.Cipher.getInstance(cipherName498).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 190-203]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$4.onLongClick(View)
FileDefineStopFragment.java:[line195].
try{
android.util.Log.d("cipherName-498", javax.crypto.Cipher.getInstance(cipherName498).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 231-244]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$5.onLongClick(View)
FileDefineStopFragment.java:[line236].
try{
android.util.Log.d("cipherName-499", javax.crypto.Cipher.getInstance(cipherName499).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 231-244]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$5.onLongClick(View)
FileDefineStopFragment.java:[line236].
try{
android.util.Log.d("cipherName-499", javax.crypto.Cipher.getInstance(cipherName499).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 268-278]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$6.onLongClick(View)
FileDefineStopFragment.java:[line273].
try{
android.util.Log.d("cipherName-500", javax.crypto.Cipher.getInstance(cipherName500).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 268-278]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$6.onLongClick(View)
FileDefineStopFragment.java:[line273].
try{
android.util.Log.d("cipherName-500", javax.crypto.Cipher.getInstance(cipherName500).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 288-298]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$7.onLongClick(View)
FileDefineStopFragment.java:[line293].
try{
android.util.Log.d("cipherName-501", javax.crypto.Cipher.getInstance(cipherName501).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 288-298]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$7.onLongClick(View)
FileDefineStopFragment.java:[line293].
try{
android.util.Log.d("cipherName-501", javax.crypto.Cipher.getInstance(cipherName501).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 305-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$8.onLongClick(View)
FileDefineStopFragment.java:[line310].
try{
android.util.Log.d("cipherName-502", javax.crypto.Cipher.getInstance(cipherName502).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 305-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$8.onLongClick(View)
FileDefineStopFragment.java:[line310].
try{
android.util.Log.d("cipherName-502", javax.crypto.Cipher.getInstance(cipherName502).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDefineStopFragment.java:[lines 323-333]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$9.onLongClick(View)
FileDefineStopFragment.java:[line328].
try{
android.util.Log.d("cipherName-503", javax.crypto.Cipher.getInstance(cipherName503).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDefineStopFragment.java:[lines 323-333]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$9.onLongClick(View)
FileDefineStopFragment.java:[line328].
try{
android.util.Log.d("cipherName-503", javax.crypto.Cipher.getInstance(cipherName503).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context)
FileDisabledRadioButton.java:[line23].
try{
android.util.Log.d("cipherName-683", javax.crypto.Cipher.getInstance(cipherName683).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context, AttributeSet)
FileDisabledRadioButton.java:[line34].
try{
android.util.Log.d("cipherName-684", javax.crypto.Cipher.getInstance(cipherName684).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context, AttributeSet, int)
FileDisabledRadioButton.java:[line45].
try{
android.util.Log.d("cipherName-685", javax.crypto.Cipher.getInstance(cipherName685).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context, AttributeSet, int, int)
FileDisabledRadioButton.java:[line56].
try{
android.util.Log.d("cipherName-686", javax.crypto.Cipher.getInstance(cipherName686).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton.performClick()
FileDisabledRadioButton.java:[line67].
try{
android.util.Log.d("cipherName-687", javax.crypto.Cipher.getInstance(cipherName687).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context)
FileDisabledRadioButton.java:[line23].
try{
android.util.Log.d("cipherName-683", javax.crypto.Cipher.getInstance(cipherName683).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context, AttributeSet)
FileDisabledRadioButton.java:[line34].
try{
android.util.Log.d("cipherName-684", javax.crypto.Cipher.getInstance(cipherName684).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context, AttributeSet, int)
FileDisabledRadioButton.java:[line45].
try{
android.util.Log.d("cipherName-685", javax.crypto.Cipher.getInstance(cipherName685).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context, AttributeSet, int, int)
FileDisabledRadioButton.java:[line56].
try{
android.util.Log.d("cipherName-686", javax.crypto.Cipher.getInstance(cipherName686).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton.performClick()
FileDisabledRadioButton.java:[line67].
try{
android.util.Log.d("cipherName-687", javax.crypto.Cipher.getInstance(cipherName687).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 25-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity.onCreate(Bundle)
FileEditActivity.java:[line35].
try{
android.util.Log.d("cipherName-859", javax.crypto.Cipher.getInstance(cipherName859).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 25-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity.onResume()
FileEditActivity.java:[line78].
try{
android.util.Log.d("cipherName-861", javax.crypto.Cipher.getInstance(cipherName861).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 25-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity.setButtonVisibility(int)
FileEditActivity.java:[line44].
try{
android.util.Log.d("cipherName-860", javax.crypto.Cipher.getInstance(cipherName860).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 25-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity.onCreate(Bundle)
FileEditActivity.java:[line35].
try{
android.util.Log.d("cipherName-859", javax.crypto.Cipher.getInstance(cipherName859).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 25-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity.onResume()
FileEditActivity.java:[line78].
try{
android.util.Log.d("cipherName-861", javax.crypto.Cipher.getInstance(cipherName861).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 25-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity.setButtonVisibility(int)
FileEditActivity.java:[line44].
try{
android.util.Log.d("cipherName-860", javax.crypto.Cipher.getInstance(cipherName860).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 87-99]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$1.onLongClick(View)
FileEditActivity.java:[line92].
try{
android.util.Log.d("cipherName-862", javax.crypto.Cipher.getInstance(cipherName862).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 87-99]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$1.onLongClick(View)
FileEditActivity.java:[line92].
try{
android.util.Log.d("cipherName-862", javax.crypto.Cipher.getInstance(cipherName862).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 226-239]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$10.onClick(View)
FileEditActivity.java:[line230].
try{
android.util.Log.d("cipherName-871", javax.crypto.Cipher.getInstance(cipherName871).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 226-239]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$10.onClick(View)
FileEditActivity.java:[line230].
try{
android.util.Log.d("cipherName-871", javax.crypto.Cipher.getInstance(cipherName871).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 241-251]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$11.onLongClick(View)
FileEditActivity.java:[line246].
try{
android.util.Log.d("cipherName-872", javax.crypto.Cipher.getInstance(cipherName872).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 241-251]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$11.onLongClick(View)
FileEditActivity.java:[line246].
try{
android.util.Log.d("cipherName-872", javax.crypto.Cipher.getInstance(cipherName872).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 257-270]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$12.onClick(View)
FileEditActivity.java:[line261].
try{
android.util.Log.d("cipherName-873", javax.crypto.Cipher.getInstance(cipherName873).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 257-270]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$12.onClick(View)
FileEditActivity.java:[line261].
try{
android.util.Log.d("cipherName-873", javax.crypto.Cipher.getInstance(cipherName873).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 272-282]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$13.onLongClick(View)
FileEditActivity.java:[line277].
try{
android.util.Log.d("cipherName-874", javax.crypto.Cipher.getInstance(cipherName874).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 272-282]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$13.onLongClick(View)
FileEditActivity.java:[line277].
try{
android.util.Log.d("cipherName-874", javax.crypto.Cipher.getInstance(cipherName874).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 288-299]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$14.onClick(View)
FileEditActivity.java:[line292].
try{
android.util.Log.d("cipherName-875", javax.crypto.Cipher.getInstance(cipherName875).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 288-299]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$14.onClick(View)
FileEditActivity.java:[line292].
try{
android.util.Log.d("cipherName-875", javax.crypto.Cipher.getInstance(cipherName875).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 301-311]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$15.onLongClick(View)
FileEditActivity.java:[line306].
try{
android.util.Log.d("cipherName-876", javax.crypto.Cipher.getInstance(cipherName876).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 301-311]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$15.onLongClick(View)
FileEditActivity.java:[line306].
try{
android.util.Log.d("cipherName-876", javax.crypto.Cipher.getInstance(cipherName876).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 105-115]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$2.onClick(View)
FileEditActivity.java:[line109].
try{
android.util.Log.d("cipherName-863", javax.crypto.Cipher.getInstance(cipherName863).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 105-115]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$2.onClick(View)
FileEditActivity.java:[line109].
try{
android.util.Log.d("cipherName-863", javax.crypto.Cipher.getInstance(cipherName863).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 117-127]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$3.onLongClick(View)
FileEditActivity.java:[line122].
try{
android.util.Log.d("cipherName-864", javax.crypto.Cipher.getInstance(cipherName864).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 117-127]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$3.onLongClick(View)
FileEditActivity.java:[line122].
try{
android.util.Log.d("cipherName-864", javax.crypto.Cipher.getInstance(cipherName864).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 133-146]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$4.onClick(View)
FileEditActivity.java:[line137].
try{
android.util.Log.d("cipherName-865", javax.crypto.Cipher.getInstance(cipherName865).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 133-146]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$4.onClick(View)
FileEditActivity.java:[line137].
try{
android.util.Log.d("cipherName-865", javax.crypto.Cipher.getInstance(cipherName865).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 148-158]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$5.onLongClick(View)
FileEditActivity.java:[line153].
try{
android.util.Log.d("cipherName-866", javax.crypto.Cipher.getInstance(cipherName866).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 148-158]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$5.onLongClick(View)
FileEditActivity.java:[line153].
try{
android.util.Log.d("cipherName-866", javax.crypto.Cipher.getInstance(cipherName866).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 164-177]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$6.onClick(View)
FileEditActivity.java:[line168].
try{
android.util.Log.d("cipherName-867", javax.crypto.Cipher.getInstance(cipherName867).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 164-177]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$6.onClick(View)
FileEditActivity.java:[line168].
try{
android.util.Log.d("cipherName-867", javax.crypto.Cipher.getInstance(cipherName867).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 179-189]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$7.onLongClick(View)
FileEditActivity.java:[line184].
try{
android.util.Log.d("cipherName-868", javax.crypto.Cipher.getInstance(cipherName868).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 179-189]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$7.onLongClick(View)
FileEditActivity.java:[line184].
try{
android.util.Log.d("cipherName-868", javax.crypto.Cipher.getInstance(cipherName868).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 195-208]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$8.onClick(View)
FileEditActivity.java:[line199].
try{
android.util.Log.d("cipherName-869", javax.crypto.Cipher.getInstance(cipherName869).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 195-208]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$8.onClick(View)
FileEditActivity.java:[line199].
try{
android.util.Log.d("cipherName-869", javax.crypto.Cipher.getInstance(cipherName869).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileEditActivity.java:[lines 210-220]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$9.onLongClick(View)
FileEditActivity.java:[line215].
try{
android.util.Log.d("cipherName-870", javax.crypto.Cipher.getInstance(cipherName870).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileEditActivity.java:[lines 210-220]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$9.onLongClick(View)
FileEditActivity.java:[line215].
try{
android.util.Log.d("cipherName-870", javax.crypto.Cipher.getInstance(cipherName870).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line136].
try{
android.util.Log.d("cipherName-580", javax.crypto.Cipher.getInstance(cipherName580).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line143].
try{
android.util.Log.d("cipherName-581", javax.crypto.Cipher.getInstance(cipherName581).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line150].
try{
android.util.Log.d("cipherName-582", javax.crypto.Cipher.getInstance(cipherName582).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line161].
try{
android.util.Log.d("cipherName-583", javax.crypto.Cipher.getInstance(cipherName583).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line172].
try{
android.util.Log.d("cipherName-584", javax.crypto.Cipher.getInstance(cipherName584).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line63].
try{
android.util.Log.d("cipherName-573", javax.crypto.Cipher.getInstance(cipherName573).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line70].
try{
android.util.Log.d("cipherName-574", javax.crypto.Cipher.getInstance(cipherName574).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line77].
try{
android.util.Log.d("cipherName-575", javax.crypto.Cipher.getInstance(cipherName575).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line90].
try{
android.util.Log.d("cipherName-576", javax.crypto.Cipher.getInstance(cipherName576).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line101].
try{
android.util.Log.d("cipherName-577", javax.crypto.Cipher.getInstance(cipherName577).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doLogAll()
FileFakeContact.java:[line119].
try{
android.util.Log.d("cipherName-578", javax.crypto.Cipher.getInstance(cipherName578).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doLogAll()
FileFakeContact.java:[line126].
try{
android.util.Log.d("cipherName-579", javax.crypto.Cipher.getInstance(cipherName579).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onBackPressed()
FileFakeContact.java:[line494].
try{
android.util.Log.d("cipherName-606", javax.crypto.Cipher.getInstance(cipherName606).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onBackPressed()
FileFakeContact.java:[line501].
try{
android.util.Log.d("cipherName-607", javax.crypto.Cipher.getInstance(cipherName607).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onBackPressed()
FileFakeContact.java:[line512].
try{
android.util.Log.d("cipherName-605", javax.crypto.Cipher.getInstance(cipherName605).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onCreate(Bundle)
FileFakeContact.java:[line44].
try{
android.util.Log.d("cipherName-572", javax.crypto.Cipher.getInstance(cipherName572).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line523].
try{
android.util.Log.d("cipherName-608", javax.crypto.Cipher.getInstance(cipherName608).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line530].
try{
android.util.Log.d("cipherName-609", javax.crypto.Cipher.getInstance(cipherName609).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line537].
try{
android.util.Log.d("cipherName-610", javax.crypto.Cipher.getInstance(cipherName610).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line547].
try{
android.util.Log.d("cipherName-611", javax.crypto.Cipher.getInstance(cipherName611).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line557].
try{
android.util.Log.d("cipherName-612", javax.crypto.Cipher.getInstance(cipherName612).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line564].
try{
android.util.Log.d("cipherName-613", javax.crypto.Cipher.getInstance(cipherName613).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line573].
try{
android.util.Log.d("cipherName-614", javax.crypto.Cipher.getInstance(cipherName614).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line584].
try{
android.util.Log.d("cipherName-615", javax.crypto.Cipher.getInstance(cipherName615).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line591].
try{
android.util.Log.d("cipherName-616", javax.crypto.Cipher.getInstance(cipherName616).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line600].
try{
android.util.Log.d("cipherName-617", javax.crypto.Cipher.getInstance(cipherName617).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line611].
try{
android.util.Log.d("cipherName-618", javax.crypto.Cipher.getInstance(cipherName618).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line618].
try{
android.util.Log.d("cipherName-619", javax.crypto.Cipher.getInstance(cipherName619).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line627].
try{
android.util.Log.d("cipherName-620", javax.crypto.Cipher.getInstance(cipherName620).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line638].
try{
android.util.Log.d("cipherName-621", javax.crypto.Cipher.getInstance(cipherName621).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line645].
try{
android.util.Log.d("cipherName-622", javax.crypto.Cipher.getInstance(cipherName622).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line654].
try{
android.util.Log.d("cipherName-623", javax.crypto.Cipher.getInstance(cipherName623).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line665].
try{
android.util.Log.d("cipherName-624", javax.crypto.Cipher.getInstance(cipherName624).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line672].
try{
android.util.Log.d("cipherName-625", javax.crypto.Cipher.getInstance(cipherName625).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line681].
try{
android.util.Log.d("cipherName-626", javax.crypto.Cipher.getInstance(cipherName626).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line457].
try{
android.util.Log.d("cipherName-601", javax.crypto.Cipher.getInstance(cipherName601).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line464].
try{
android.util.Log.d("cipherName-602", javax.crypto.Cipher.getInstance(cipherName602).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line471].
try{
android.util.Log.d("cipherName-603", javax.crypto.Cipher.getInstance(cipherName603).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line481].
try{
android.util.Log.d("cipherName-604", javax.crypto.Cipher.getInstance(cipherName604).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line190].
try{
android.util.Log.d("cipherName-585", javax.crypto.Cipher.getInstance(cipherName585).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line197].
try{
android.util.Log.d("cipherName-586", javax.crypto.Cipher.getInstance(cipherName586).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line219].
try{
android.util.Log.d("cipherName-587", javax.crypto.Cipher.getInstance(cipherName587).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line237].
try{
android.util.Log.d("cipherName-588", javax.crypto.Cipher.getInstance(cipherName588).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line255].
try{
android.util.Log.d("cipherName-589", javax.crypto.Cipher.getInstance(cipherName589).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line273].
try{
android.util.Log.d("cipherName-590", javax.crypto.Cipher.getInstance(cipherName590).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line291].
try{
android.util.Log.d("cipherName-591", javax.crypto.Cipher.getInstance(cipherName591).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line309].
try{
android.util.Log.d("cipherName-592", javax.crypto.Cipher.getInstance(cipherName592).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line327].
try{
android.util.Log.d("cipherName-593", javax.crypto.Cipher.getInstance(cipherName593).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line345].
try{
android.util.Log.d("cipherName-594", javax.crypto.Cipher.getInstance(cipherName594).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line363].
try{
android.util.Log.d("cipherName-595", javax.crypto.Cipher.getInstance(cipherName595).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line136].
try{
android.util.Log.d("cipherName-580", javax.crypto.Cipher.getInstance(cipherName580).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line143].
try{
android.util.Log.d("cipherName-581", javax.crypto.Cipher.getInstance(cipherName581).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line150].
try{
android.util.Log.d("cipherName-582", javax.crypto.Cipher.getInstance(cipherName582).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line161].
try{
android.util.Log.d("cipherName-583", javax.crypto.Cipher.getInstance(cipherName583).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line172].
try{
android.util.Log.d("cipherName-584", javax.crypto.Cipher.getInstance(cipherName584).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line63].
try{
android.util.Log.d("cipherName-573", javax.crypto.Cipher.getInstance(cipherName573).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line70].
try{
android.util.Log.d("cipherName-574", javax.crypto.Cipher.getInstance(cipherName574).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line77].
try{
android.util.Log.d("cipherName-575", javax.crypto.Cipher.getInstance(cipherName575).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line90].
try{
android.util.Log.d("cipherName-576", javax.crypto.Cipher.getInstance(cipherName576).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line101].
try{
android.util.Log.d("cipherName-577", javax.crypto.Cipher.getInstance(cipherName577).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doLogAll()
FileFakeContact.java:[line119].
try{
android.util.Log.d("cipherName-578", javax.crypto.Cipher.getInstance(cipherName578).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doLogAll()
FileFakeContact.java:[line126].
try{
android.util.Log.d("cipherName-579", javax.crypto.Cipher.getInstance(cipherName579).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onBackPressed()
FileFakeContact.java:[line494].
try{
android.util.Log.d("cipherName-606", javax.crypto.Cipher.getInstance(cipherName606).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onBackPressed()
FileFakeContact.java:[line501].
try{
android.util.Log.d("cipherName-607", javax.crypto.Cipher.getInstance(cipherName607).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onBackPressed()
FileFakeContact.java:[line512].
try{
android.util.Log.d("cipherName-605", javax.crypto.Cipher.getInstance(cipherName605).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onCreate(Bundle)
FileFakeContact.java:[line44].
try{
android.util.Log.d("cipherName-572", javax.crypto.Cipher.getInstance(cipherName572).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line523].
try{
android.util.Log.d("cipherName-608", javax.crypto.Cipher.getInstance(cipherName608).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line530].
try{
android.util.Log.d("cipherName-609", javax.crypto.Cipher.getInstance(cipherName609).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line537].
try{
android.util.Log.d("cipherName-610", javax.crypto.Cipher.getInstance(cipherName610).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line547].
try{
android.util.Log.d("cipherName-611", javax.crypto.Cipher.getInstance(cipherName611).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line557].
try{
android.util.Log.d("cipherName-612", javax.crypto.Cipher.getInstance(cipherName612).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line564].
try{
android.util.Log.d("cipherName-613", javax.crypto.Cipher.getInstance(cipherName613).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line573].
try{
android.util.Log.d("cipherName-614", javax.crypto.Cipher.getInstance(cipherName614).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line584].
try{
android.util.Log.d("cipherName-615", javax.crypto.Cipher.getInstance(cipherName615).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line591].
try{
android.util.Log.d("cipherName-616", javax.crypto.Cipher.getInstance(cipherName616).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line600].
try{
android.util.Log.d("cipherName-617", javax.crypto.Cipher.getInstance(cipherName617).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line611].
try{
android.util.Log.d("cipherName-618", javax.crypto.Cipher.getInstance(cipherName618).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line618].
try{
android.util.Log.d("cipherName-619", javax.crypto.Cipher.getInstance(cipherName619).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line627].
try{
android.util.Log.d("cipherName-620", javax.crypto.Cipher.getInstance(cipherName620).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line638].
try{
android.util.Log.d("cipherName-621", javax.crypto.Cipher.getInstance(cipherName621).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line645].
try{
android.util.Log.d("cipherName-622", javax.crypto.Cipher.getInstance(cipherName622).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line654].
try{
android.util.Log.d("cipherName-623", javax.crypto.Cipher.getInstance(cipherName623).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line665].
try{
android.util.Log.d("cipherName-624", javax.crypto.Cipher.getInstance(cipherName624).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line672].
try{
android.util.Log.d("cipherName-625", javax.crypto.Cipher.getInstance(cipherName625).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line681].
try{
android.util.Log.d("cipherName-626", javax.crypto.Cipher.getInstance(cipherName626).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line457].
try{
android.util.Log.d("cipherName-601", javax.crypto.Cipher.getInstance(cipherName601).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line464].
try{
android.util.Log.d("cipherName-602", javax.crypto.Cipher.getInstance(cipherName602).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line471].
try{
android.util.Log.d("cipherName-603", javax.crypto.Cipher.getInstance(cipherName603).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line481].
try{
android.util.Log.d("cipherName-604", javax.crypto.Cipher.getInstance(cipherName604).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line190].
try{
android.util.Log.d("cipherName-585", javax.crypto.Cipher.getInstance(cipherName585).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line197].
try{
android.util.Log.d("cipherName-586", javax.crypto.Cipher.getInstance(cipherName586).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line219].
try{
android.util.Log.d("cipherName-587", javax.crypto.Cipher.getInstance(cipherName587).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line237].
try{
android.util.Log.d("cipherName-588", javax.crypto.Cipher.getInstance(cipherName588).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line255].
try{
android.util.Log.d("cipherName-589", javax.crypto.Cipher.getInstance(cipherName589).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line273].
try{
android.util.Log.d("cipherName-590", javax.crypto.Cipher.getInstance(cipherName590).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line291].
try{
android.util.Log.d("cipherName-591", javax.crypto.Cipher.getInstance(cipherName591).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line309].
try{
android.util.Log.d("cipherName-592", javax.crypto.Cipher.getInstance(cipherName592).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line327].
try{
android.util.Log.d("cipherName-593", javax.crypto.Cipher.getInstance(cipherName593).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line345].
try{
android.util.Log.d("cipherName-594", javax.crypto.Cipher.getInstance(cipherName594).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line363].
try{
android.util.Log.d("cipherName-595", javax.crypto.Cipher.getInstance(cipherName595).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 375-385]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$1.onClick(View)
FileFakeContact.java:[line380].
try{
android.util.Log.d("cipherName-596", javax.crypto.Cipher.getInstance(cipherName596).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 375-385]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$1.onClick(View)
FileFakeContact.java:[line380].
try{
android.util.Log.d("cipherName-596", javax.crypto.Cipher.getInstance(cipherName596).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 390-400]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$2.onClick(View)
FileFakeContact.java:[line395].
try{
android.util.Log.d("cipherName-597", javax.crypto.Cipher.getInstance(cipherName597).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 390-400]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$2.onClick(View)
FileFakeContact.java:[line395].
try{
android.util.Log.d("cipherName-597", javax.crypto.Cipher.getInstance(cipherName597).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 408-417]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$3.onClick(View)
FileFakeContact.java:[line413].
try{
android.util.Log.d("cipherName-598", javax.crypto.Cipher.getInstance(cipherName598).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 408-417]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$3.onClick(View)
FileFakeContact.java:[line413].
try{
android.util.Log.d("cipherName-598", javax.crypto.Cipher.getInstance(cipherName598).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 422-431]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$4.onClick(View)
FileFakeContact.java:[line427].
try{
android.util.Log.d("cipherName-599", javax.crypto.Cipher.getInstance(cipherName599).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 422-431]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$4.onClick(View)
FileFakeContact.java:[line427].
try{
android.util.Log.d("cipherName-599", javax.crypto.Cipher.getInstance(cipherName599).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFakeContact.java:[lines 436-445]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$5.onClick(View)
FileFakeContact.java:[line441].
try{
android.util.Log.d("cipherName-600", javax.crypto.Cipher.getInstance(cipherName600).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFakeContact.java:[lines 436-445]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$5.onClick(View)
FileFakeContact.java:[line441].
try{
android.util.Log.d("cipherName-600", javax.crypto.Cipher.getInstance(cipherName600).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment()
FileFileBrowserFragment.java:[line30].
try{
android.util.Log.d("cipherName-675", javax.crypto.Cipher.getInstance(cipherName675).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileFileBrowserFragment.java:[line53].
try{
android.util.Log.d("cipherName-677", javax.crypto.Cipher.getInstance(cipherName677).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line67].
try{
android.util.Log.d("cipherName-678", javax.crypto.Cipher.getInstance(cipherName678).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line99].
try{
android.util.Log.d("cipherName-681", javax.crypto.Cipher.getInstance(cipherName681).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line106].
try{
android.util.Log.d("cipherName-682", javax.crypto.Cipher.getInstance(cipherName682).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.setOwner(ActionFragment)
FileFileBrowserFragment.java:[line39].
try{
android.util.Log.d("cipherName-676", javax.crypto.Cipher.getInstance(cipherName676).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment()
FileFileBrowserFragment.java:[line30].
try{
android.util.Log.d("cipherName-675", javax.crypto.Cipher.getInstance(cipherName675).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileFileBrowserFragment.java:[line53].
try{
android.util.Log.d("cipherName-677", javax.crypto.Cipher.getInstance(cipherName677).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line67].
try{
android.util.Log.d("cipherName-678", javax.crypto.Cipher.getInstance(cipherName678).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line99].
try{
android.util.Log.d("cipherName-681", javax.crypto.Cipher.getInstance(cipherName681).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line106].
try{
android.util.Log.d("cipherName-682", javax.crypto.Cipher.getInstance(cipherName682).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.setOwner(ActionFragment)
FileFileBrowserFragment.java:[line39].
try{
android.util.Log.d("cipherName-676", javax.crypto.Cipher.getInstance(cipherName676).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileBrowserFragment.java:[lines 72-87]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1.onDirectoryOrFileClick(File)
FileFileBrowserFragment.java:[line76].
try{
android.util.Log.d("cipherName-679", javax.crypto.Cipher.getInstance(cipherName679).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileBrowserFragment.java:[lines 72-87]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1.onDirectoryOrFileClick(File)
FileFileBrowserFragment.java:[line82].
try{
android.util.Log.d("cipherName-680", javax.crypto.Cipher.getInstance(cipherName680).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileBrowserFragment.java:[lines 72-87]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1.onDirectoryOrFileClick(File)
FileFileBrowserFragment.java:[line76].
try{
android.util.Log.d("cipherName-679", javax.crypto.Cipher.getInstance(cipherName679).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileBrowserFragment.java:[lines 72-87]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1.onDirectoryOrFileClick(File)
FileFileBrowserFragment.java:[line82].
try{
android.util.Log.d("cipherName-680", javax.crypto.Cipher.getInstance(cipherName680).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileData.java:[lines 19-30]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileData
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileData(File, String, boolean)
FileFileData.java:[line24].
try{
android.util.Log.d("cipherName-522", javax.crypto.Cipher.getInstance(cipherName522).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileData.java:[lines 19-30]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileData
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileData(File, String, boolean)
FileFileData.java:[line24].
try{
android.util.Log.d("cipherName-522", javax.crypto.Cipher.getInstance(cipherName522).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView(Context, AttributeSet)
FileFileListView.java:[line46].
try{
android.util.Log.d("cipherName-543", javax.crypto.Cipher.getInstance(cipherName543).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.getAdapter()
FileFileListView.java:[line125].
try{
android.util.Log.d("cipherName-548", javax.crypto.Cipher.getInstance(cipherName548).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.getComparator()
FileFileListView.java:[line288].
try{
android.util.Log.d("cipherName-565", javax.crypto.Cipher.getInstance(cipherName565).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.init()
FileFileListView.java:[line116].
try{
android.util.Log.d("cipherName-547", javax.crypto.Cipher.getInstance(cipherName547).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.init(File)
FileFileListView.java:[line84].
try{
android.util.Log.d("cipherName-545", javax.crypto.Cipher.getInstance(cipherName545).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.init(File)
FileFileListView.java:[line92].
try{
android.util.Log.d("cipherName-546", javax.crypto.Cipher.getInstance(cipherName546).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line146].
try{
android.util.Log.d("cipherName-550", javax.crypto.Cipher.getInstance(cipherName550).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line155].
try{
android.util.Log.d("cipherName-551", javax.crypto.Cipher.getInstance(cipherName551).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line161].
try{
android.util.Log.d("cipherName-552", javax.crypto.Cipher.getInstance(cipherName552).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line168].
try{
android.util.Log.d("cipherName-553", javax.crypto.Cipher.getInstance(cipherName553).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setComparator(ComparatorChain)
FileFileListView.java:[line297].
try{
android.util.Log.d("cipherName-566", javax.crypto.Cipher.getInstance(cipherName566).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setDefaultFileExtentions()
FileFileListView.java:[line134].
try{
android.util.Log.d("cipherName-549", javax.crypto.Cipher.getInstance(cipherName549).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setOnDirectoryOrFileClickListener(FileListView$OnDirectoryOrFileClickListener)
FileFileListView.java:[line260].
try{
android.util.Log.d("cipherName-564", javax.crypto.Cipher.getInstance(cipherName564).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setOnGetView(FileSystemAdapter$OnGetView)
FileFileListView.java:[line306].
try{
android.util.Log.d("cipherName-567", javax.crypto.Cipher.getInstance(cipherName567).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setRowView(int)
FileFileListView.java:[line65].
try{
android.util.Log.d("cipherName-544", javax.crypto.Cipher.getInstance(cipherName544).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setTextViewDirectory(TextView)
FileFileListView.java:[line242].
try{
android.util.Log.d("cipherName-562", javax.crypto.Cipher.getInstance(cipherName562).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setTextViewFile(TextView)
FileFileListView.java:[line251].
try{
android.util.Log.d("cipherName-563", javax.crypto.Cipher.getInstance(cipherName563).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line181].
try{
android.util.Log.d("cipherName-554", javax.crypto.Cipher.getInstance(cipherName554).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line187].
try{
android.util.Log.d("cipherName-555", javax.crypto.Cipher.getInstance(cipherName555).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line196].
try{
android.util.Log.d("cipherName-556", javax.crypto.Cipher.getInstance(cipherName556).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line202].
try{
android.util.Log.d("cipherName-557", javax.crypto.Cipher.getInstance(cipherName557).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line209].
try{
android.util.Log.d("cipherName-558", javax.crypto.Cipher.getInstance(cipherName558).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line218].
try{
android.util.Log.d("cipherName-559", javax.crypto.Cipher.getInstance(cipherName559).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line224].
try{
android.util.Log.d("cipherName-560", javax.crypto.Cipher.getInstance(cipherName560).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line231].
try{
android.util.Log.d("cipherName-561", javax.crypto.Cipher.getInstance(cipherName561).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView(Context, AttributeSet)
FileFileListView.java:[line46].
try{
android.util.Log.d("cipherName-543", javax.crypto.Cipher.getInstance(cipherName543).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.getAdapter()
FileFileListView.java:[line125].
try{
android.util.Log.d("cipherName-548", javax.crypto.Cipher.getInstance(cipherName548).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.getComparator()
FileFileListView.java:[line288].
try{
android.util.Log.d("cipherName-565", javax.crypto.Cipher.getInstance(cipherName565).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.init()
FileFileListView.java:[line116].
try{
android.util.Log.d("cipherName-547", javax.crypto.Cipher.getInstance(cipherName547).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.init(File)
FileFileListView.java:[line84].
try{
android.util.Log.d("cipherName-545", javax.crypto.Cipher.getInstance(cipherName545).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.init(File)
FileFileListView.java:[line92].
try{
android.util.Log.d("cipherName-546", javax.crypto.Cipher.getInstance(cipherName546).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line146].
try{
android.util.Log.d("cipherName-550", javax.crypto.Cipher.getInstance(cipherName550).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line155].
try{
android.util.Log.d("cipherName-551", javax.crypto.Cipher.getInstance(cipherName551).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line161].
try{
android.util.Log.d("cipherName-552", javax.crypto.Cipher.getInstance(cipherName552).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line168].
try{
android.util.Log.d("cipherName-553", javax.crypto.Cipher.getInstance(cipherName553).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setComparator(ComparatorChain)
FileFileListView.java:[line297].
try{
android.util.Log.d("cipherName-566", javax.crypto.Cipher.getInstance(cipherName566).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setDefaultFileExtentions()
FileFileListView.java:[line134].
try{
android.util.Log.d("cipherName-549", javax.crypto.Cipher.getInstance(cipherName549).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setOnDirectoryOrFileClickListener(FileListView$OnDirectoryOrFileClickListener)
FileFileListView.java:[line260].
try{
android.util.Log.d("cipherName-564", javax.crypto.Cipher.getInstance(cipherName564).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setOnGetView(FileSystemAdapter$OnGetView)
FileFileListView.java:[line306].
try{
android.util.Log.d("cipherName-567", javax.crypto.Cipher.getInstance(cipherName567).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setRowView(int)
FileFileListView.java:[line65].
try{
android.util.Log.d("cipherName-544", javax.crypto.Cipher.getInstance(cipherName544).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setTextViewDirectory(TextView)
FileFileListView.java:[line242].
try{
android.util.Log.d("cipherName-562", javax.crypto.Cipher.getInstance(cipherName562).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setTextViewFile(TextView)
FileFileListView.java:[line251].
try{
android.util.Log.d("cipherName-563", javax.crypto.Cipher.getInstance(cipherName563).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line181].
try{
android.util.Log.d("cipherName-554", javax.crypto.Cipher.getInstance(cipherName554).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line187].
try{
android.util.Log.d("cipherName-555", javax.crypto.Cipher.getInstance(cipherName555).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line196].
try{
android.util.Log.d("cipherName-556", javax.crypto.Cipher.getInstance(cipherName556).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line202].
try{
android.util.Log.d("cipherName-557", javax.crypto.Cipher.getInstance(cipherName557).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line209].
try{
android.util.Log.d("cipherName-558", javax.crypto.Cipher.getInstance(cipherName558).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line218].
try{
android.util.Log.d("cipherName-559", javax.crypto.Cipher.getInstance(cipherName559).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line224].
try{
android.util.Log.d("cipherName-560", javax.crypto.Cipher.getInstance(cipherName560).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line231].
try{
android.util.Log.d("cipherName-561", javax.crypto.Cipher.getInstance(cipherName561).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter(Context, int)
FileFileSystemAdapter.java:[line43].
try{
android.util.Log.d("cipherName-639", javax.crypto.Cipher.getInstance(cipherName639).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.addExtention(String, int)
FileFileSystemAdapter.java:[line330].
try{
android.util.Log.d("cipherName-669", javax.crypto.Cipher.getInstance(cipherName669).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.clearExtentionMapping()
FileFileSystemAdapter.java:[line339].
try{
android.util.Log.d("cipherName-670", javax.crypto.Cipher.getInstance(cipherName670).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getFileExtention(String)
FileFileSystemAdapter.java:[line156].
try{
android.util.Log.d("cipherName-650", javax.crypto.Cipher.getInstance(cipherName650).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getFileExtention(String)
FileFileSystemAdapter.java:[line163].
try{
android.util.Log.d("cipherName-651", javax.crypto.Cipher.getInstance(cipherName651).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getPath()
FileFileSystemAdapter.java:[line357].
try{
android.util.Log.d("cipherName-672", javax.crypto.Cipher.getInstance(cipherName672).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getRoot()
FileFileSystemAdapter.java:[line242].
try{
android.util.Log.d("cipherName-659", javax.crypto.Cipher.getInstance(cipherName659).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line55].
try{
android.util.Log.d("cipherName-640", javax.crypto.Cipher.getInstance(cipherName640).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line65].
try{
android.util.Log.d("cipherName-641", javax.crypto.Cipher.getInstance(cipherName641).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line72].
try{
android.util.Log.d("cipherName-642", javax.crypto.Cipher.getInstance(cipherName642).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line81].
try{
android.util.Log.d("cipherName-643", javax.crypto.Cipher.getInstance(cipherName643).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line89].
try{
android.util.Log.d("cipherName-644", javax.crypto.Cipher.getInstance(cipherName644).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line104].
try{
android.util.Log.d("cipherName-645", javax.crypto.Cipher.getInstance(cipherName645).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line111].
try{
android.util.Log.d("cipherName-646", javax.crypto.Cipher.getInstance(cipherName646).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line120].
try{
android.util.Log.d("cipherName-647", javax.crypto.Cipher.getInstance(cipherName647).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line127].
try{
android.util.Log.d("cipherName-648", javax.crypto.Cipher.getInstance(cipherName648).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line137].
try{
android.util.Log.d("cipherName-649", javax.crypto.Cipher.getInstance(cipherName649).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.hasExtentions()
FileFileSystemAdapter.java:[line348].
try{
android.util.Log.d("cipherName-671", javax.crypto.Cipher.getInstance(cipherName671).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line256].
try{
android.util.Log.d("cipherName-660", javax.crypto.Cipher.getInstance(cipherName660).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line262].
try{
android.util.Log.d("cipherName-661", javax.crypto.Cipher.getInstance(cipherName661).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line268].
try{
android.util.Log.d("cipherName-662", javax.crypto.Cipher.getInstance(cipherName662).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line275].
try{
android.util.Log.d("cipherName-663", javax.crypto.Cipher.getInstance(cipherName663).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line283].
try{
android.util.Log.d("cipherName-664", javax.crypto.Cipher.getInstance(cipherName664).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line289].
try{
android.util.Log.d("cipherName-665", javax.crypto.Cipher.getInstance(cipherName665).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line296].
try{
android.util.Log.d("cipherName-666", javax.crypto.Cipher.getInstance(cipherName666).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line304].
try{
android.util.Log.d("cipherName-667", javax.crypto.Cipher.getInstance(cipherName667).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line311].
try{
android.util.Log.d("cipherName-668", javax.crypto.Cipher.getInstance(cipherName668).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.setOnGetView(FileSystemAdapter$OnGetView)
FileFileSystemAdapter.java:[line375].
try{
android.util.Log.d("cipherName-674", javax.crypto.Cipher.getInstance(cipherName674).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.setPath(File)
FileFileSystemAdapter.java:[line366].
try{
android.util.Log.d("cipherName-673", javax.crypto.Cipher.getInstance(cipherName673).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line178].
try{
android.util.Log.d("cipherName-652", javax.crypto.Cipher.getInstance(cipherName652).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line187].
try{
android.util.Log.d("cipherName-653", javax.crypto.Cipher.getInstance(cipherName653).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line196].
try{
android.util.Log.d("cipherName-654", javax.crypto.Cipher.getInstance(cipherName654).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line204].
try{
android.util.Log.d("cipherName-655", javax.crypto.Cipher.getInstance(cipherName655).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line213].
try{
android.util.Log.d("cipherName-656", javax.crypto.Cipher.getInstance(cipherName656).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line219].
try{
android.util.Log.d("cipherName-657", javax.crypto.Cipher.getInstance(cipherName657).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line226].
try{
android.util.Log.d("cipherName-658", javax.crypto.Cipher.getInstance(cipherName658).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter(Context, int)
FileFileSystemAdapter.java:[line43].
try{
android.util.Log.d("cipherName-639", javax.crypto.Cipher.getInstance(cipherName639).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.addExtention(String, int)
FileFileSystemAdapter.java:[line330].
try{
android.util.Log.d("cipherName-669", javax.crypto.Cipher.getInstance(cipherName669).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.clearExtentionMapping()
FileFileSystemAdapter.java:[line339].
try{
android.util.Log.d("cipherName-670", javax.crypto.Cipher.getInstance(cipherName670).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getFileExtention(String)
FileFileSystemAdapter.java:[line156].
try{
android.util.Log.d("cipherName-650", javax.crypto.Cipher.getInstance(cipherName650).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getFileExtention(String)
FileFileSystemAdapter.java:[line163].
try{
android.util.Log.d("cipherName-651", javax.crypto.Cipher.getInstance(cipherName651).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getPath()
FileFileSystemAdapter.java:[line357].
try{
android.util.Log.d("cipherName-672", javax.crypto.Cipher.getInstance(cipherName672).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getRoot()
FileFileSystemAdapter.java:[line242].
try{
android.util.Log.d("cipherName-659", javax.crypto.Cipher.getInstance(cipherName659).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line55].
try{
android.util.Log.d("cipherName-640", javax.crypto.Cipher.getInstance(cipherName640).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line65].
try{
android.util.Log.d("cipherName-641", javax.crypto.Cipher.getInstance(cipherName641).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line72].
try{
android.util.Log.d("cipherName-642", javax.crypto.Cipher.getInstance(cipherName642).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line81].
try{
android.util.Log.d("cipherName-643", javax.crypto.Cipher.getInstance(cipherName643).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line89].
try{
android.util.Log.d("cipherName-644", javax.crypto.Cipher.getInstance(cipherName644).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line104].
try{
android.util.Log.d("cipherName-645", javax.crypto.Cipher.getInstance(cipherName645).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line111].
try{
android.util.Log.d("cipherName-646", javax.crypto.Cipher.getInstance(cipherName646).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line120].
try{
android.util.Log.d("cipherName-647", javax.crypto.Cipher.getInstance(cipherName647).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line127].
try{
android.util.Log.d("cipherName-648", javax.crypto.Cipher.getInstance(cipherName648).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line137].
try{
android.util.Log.d("cipherName-649", javax.crypto.Cipher.getInstance(cipherName649).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.hasExtentions()
FileFileSystemAdapter.java:[line348].
try{
android.util.Log.d("cipherName-671", javax.crypto.Cipher.getInstance(cipherName671).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line256].
try{
android.util.Log.d("cipherName-660", javax.crypto.Cipher.getInstance(cipherName660).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line262].
try{
android.util.Log.d("cipherName-661", javax.crypto.Cipher.getInstance(cipherName661).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line268].
try{
android.util.Log.d("cipherName-662", javax.crypto.Cipher.getInstance(cipherName662).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line275].
try{
android.util.Log.d("cipherName-663", javax.crypto.Cipher.getInstance(cipherName663).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line283].
try{
android.util.Log.d("cipherName-664", javax.crypto.Cipher.getInstance(cipherName664).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line289].
try{
android.util.Log.d("cipherName-665", javax.crypto.Cipher.getInstance(cipherName665).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line296].
try{
android.util.Log.d("cipherName-666", javax.crypto.Cipher.getInstance(cipherName666).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line304].
try{
android.util.Log.d("cipherName-667", javax.crypto.Cipher.getInstance(cipherName667).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line311].
try{
android.util.Log.d("cipherName-668", javax.crypto.Cipher.getInstance(cipherName668).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.setOnGetView(FileSystemAdapter$OnGetView)
FileFileSystemAdapter.java:[line375].
try{
android.util.Log.d("cipherName-674", javax.crypto.Cipher.getInstance(cipherName674).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.setPath(File)
FileFileSystemAdapter.java:[line366].
try{
android.util.Log.d("cipherName-673", javax.crypto.Cipher.getInstance(cipherName673).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line178].
try{
android.util.Log.d("cipherName-652", javax.crypto.Cipher.getInstance(cipherName652).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line187].
try{
android.util.Log.d("cipherName-653", javax.crypto.Cipher.getInstance(cipherName653).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line196].
try{
android.util.Log.d("cipherName-654", javax.crypto.Cipher.getInstance(cipherName654).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line204].
try{
android.util.Log.d("cipherName-655", javax.crypto.Cipher.getInstance(cipherName655).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line213].
try{
android.util.Log.d("cipherName-656", javax.crypto.Cipher.getInstance(cipherName656).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line219].
try{
android.util.Log.d("cipherName-657", javax.crypto.Cipher.getInstance(cipherName657).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line226].
try{
android.util.Log.d("cipherName-658", javax.crypto.Cipher.getInstance(cipherName658).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onBackPressed()
FileMainActivity.java:[line71].
try{
android.util.Log.d("cipherName-630", javax.crypto.Cipher.getInstance(cipherName630).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onCreate(Bundle)
FileMainActivity.java:[line33].
try{
android.util.Log.d("cipherName-627", javax.crypto.Cipher.getInstance(cipherName627).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onCreate(Bundle)
FileMainActivity.java:[line42].
try{
android.util.Log.d("cipherName-628", javax.crypto.Cipher.getInstance(cipherName628).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onCreate(Bundle)
FileMainActivity.java:[line52].
try{
android.util.Log.d("cipherName-629", javax.crypto.Cipher.getInstance(cipherName629).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line131].
try{
android.util.Log.d("cipherName-635", javax.crypto.Cipher.getInstance(cipherName635).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line139].
try{
android.util.Log.d("cipherName-636", javax.crypto.Cipher.getInstance(cipherName636).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line149].
try{
android.util.Log.d("cipherName-637", javax.crypto.Cipher.getInstance(cipherName637).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line159].
try{
android.util.Log.d("cipherName-638", javax.crypto.Cipher.getInstance(cipherName638).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onPrepareOptionsMenu(Menu)
FileMainActivity.java:[line82].
try{
android.util.Log.d("cipherName-631", javax.crypto.Cipher.getInstance(cipherName631).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onPrepareOptionsMenu(Menu)
FileMainActivity.java:[line95].
try{
android.util.Log.d("cipherName-632", javax.crypto.Cipher.getInstance(cipherName632).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onPrepareOptionsMenu(Menu)
FileMainActivity.java:[line102].
try{
android.util.Log.d("cipherName-633", javax.crypto.Cipher.getInstance(cipherName633).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onResume()
FileMainActivity.java:[line121].
try{
android.util.Log.d("cipherName-634", javax.crypto.Cipher.getInstance(cipherName634).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onBackPressed()
FileMainActivity.java:[line71].
try{
android.util.Log.d("cipherName-630", javax.crypto.Cipher.getInstance(cipherName630).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onCreate(Bundle)
FileMainActivity.java:[line33].
try{
android.util.Log.d("cipherName-627", javax.crypto.Cipher.getInstance(cipherName627).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onCreate(Bundle)
FileMainActivity.java:[line42].
try{
android.util.Log.d("cipherName-628", javax.crypto.Cipher.getInstance(cipherName628).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onCreate(Bundle)
FileMainActivity.java:[line52].
try{
android.util.Log.d("cipherName-629", javax.crypto.Cipher.getInstance(cipherName629).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line131].
try{
android.util.Log.d("cipherName-635", javax.crypto.Cipher.getInstance(cipherName635).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line139].
try{
android.util.Log.d("cipherName-636", javax.crypto.Cipher.getInstance(cipherName636).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line149].
try{
android.util.Log.d("cipherName-637", javax.crypto.Cipher.getInstance(cipherName637).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line159].
try{
android.util.Log.d("cipherName-638", javax.crypto.Cipher.getInstance(cipherName638).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onPrepareOptionsMenu(Menu)
FileMainActivity.java:[line82].
try{
android.util.Log.d("cipherName-631", javax.crypto.Cipher.getInstance(cipherName631).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onPrepareOptionsMenu(Menu)
FileMainActivity.java:[line95].
try{
android.util.Log.d("cipherName-632", javax.crypto.Cipher.getInstance(cipherName632).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onPrepareOptionsMenu(Menu)
FileMainActivity.java:[line102].
try{
android.util.Log.d("cipherName-633", javax.crypto.Cipher.getInstance(cipherName633).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onResume()
FileMainActivity.java:[line121].
try{
android.util.Log.d("cipherName-634", javax.crypto.Cipher.getInstance(cipherName634).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.doReset()
FileSettingsActivity.java:[line66].
try{
android.util.Log.d("cipherName-878", javax.crypto.Cipher.getInstance(cipherName878).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onBackPressed()
FileSettingsActivity.java:[line1020].
try{
android.util.Log.d("cipherName-957", javax.crypto.Cipher.getInstance(cipherName957).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onBackPressed()
FileSettingsActivity.java:[line1027].
try{
android.util.Log.d("cipherName-958", javax.crypto.Cipher.getInstance(cipherName958).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onBackPressed()
FileSettingsActivity.java:[line1039].
try{
android.util.Log.d("cipherName-959", javax.crypto.Cipher.getInstance(cipherName959).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onCreate(Bundle)
FileSettingsActivity.java:[line54].
try{
android.util.Log.d("cipherName-877", javax.crypto.Cipher.getInstance(cipherName877).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onResume()
FileSettingsActivity.java:[line1001].
try{
android.util.Log.d("cipherName-955", javax.crypto.Cipher.getInstance(cipherName955).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onResume()
FileSettingsActivity.java:[line1008].
try{
android.util.Log.d("cipherName-956", javax.crypto.Cipher.getInstance(cipherName956).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line208].
try{
android.util.Log.d("cipherName-890", javax.crypto.Cipher.getInstance(cipherName890).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line218].
try{
android.util.Log.d("cipherName-891", javax.crypto.Cipher.getInstance(cipherName891).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line233].
try{
android.util.Log.d("cipherName-892", javax.crypto.Cipher.getInstance(cipherName892).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line344].
try{
android.util.Log.d("cipherName-899", javax.crypto.Cipher.getInstance(cipherName899).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line352].
try{
android.util.Log.d("cipherName-900", javax.crypto.Cipher.getInstance(cipherName900).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line386].
try{
android.util.Log.d("cipherName-902", javax.crypto.Cipher.getInstance(cipherName902).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line416].
try{
android.util.Log.d("cipherName-905", javax.crypto.Cipher.getInstance(cipherName905).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line477].
try{
android.util.Log.d("cipherName-910", javax.crypto.Cipher.getInstance(cipherName910).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line510].
try{
android.util.Log.d("cipherName-913", javax.crypto.Cipher.getInstance(cipherName913).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line544].
try{
android.util.Log.d("cipherName-916", javax.crypto.Cipher.getInstance(cipherName916).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line575].
try{
android.util.Log.d("cipherName-919", javax.crypto.Cipher.getInstance(cipherName919).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line608].
try{
android.util.Log.d("cipherName-922", javax.crypto.Cipher.getInstance(cipherName922).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line617].
try{
android.util.Log.d("cipherName-923", javax.crypto.Cipher.getInstance(cipherName923).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line772].
try{
android.util.Log.d("cipherName-935", javax.crypto.Cipher.getInstance(cipherName935).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line841].
try{
android.util.Log.d("cipherName-941", javax.crypto.Cipher.getInstance(cipherName941).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line875].
try{
android.util.Log.d("cipherName-944", javax.crypto.Cipher.getInstance(cipherName944).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line931].
try{
android.util.Log.d("cipherName-949", javax.crypto.Cipher.getInstance(cipherName949).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line965].
try{
android.util.Log.d("cipherName-952", javax.crypto.Cipher.getInstance(cipherName952).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line972].
try{
android.util.Log.d("cipherName-953", javax.crypto.Cipher.getInstance(cipherName953).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.setNextLocationState(CheckBox, boolean)
FileSettingsActivity.java:[line77].
try{
android.util.Log.d("cipherName-879", javax.crypto.Cipher.getInstance(cipherName879).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.setNextLocationState(CheckBox, boolean)
FileSettingsActivity.java:[line90].
try{
android.util.Log.d("cipherName-880", javax.crypto.Cipher.getInstance(cipherName880).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.setNextLocationState(CheckBox, boolean)
FileSettingsActivity.java:[line113].
try{
android.util.Log.d("cipherName-882", javax.crypto.Cipher.getInstance(cipherName882).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line138].
try{
android.util.Log.d("cipherName-884", javax.crypto.Cipher.getInstance(cipherName884).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line145].
try{
android.util.Log.d("cipherName-885", javax.crypto.Cipher.getInstance(cipherName885).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line155].
try{
android.util.Log.d("cipherName-886", javax.crypto.Cipher.getInstance(cipherName886).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line167].
try{
android.util.Log.d("cipherName-887", javax.crypto.Cipher.getInstance(cipherName887).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line178].
try{
android.util.Log.d("cipherName-888", javax.crypto.Cipher.getInstance(cipherName888).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line190].
try{
android.util.Log.d("cipherName-889", javax.crypto.Cipher.getInstance(cipherName889).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.doReset()
FileSettingsActivity.java:[line66].
try{
android.util.Log.d("cipherName-878", javax.crypto.Cipher.getInstance(cipherName878).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onBackPressed()
FileSettingsActivity.java:[line1020].
try{
android.util.Log.d("cipherName-957", javax.crypto.Cipher.getInstance(cipherName957).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onBackPressed()
FileSettingsActivity.java:[line1027].
try{
android.util.Log.d("cipherName-958", javax.crypto.Cipher.getInstance(cipherName958).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onBackPressed()
FileSettingsActivity.java:[line1039].
try{
android.util.Log.d("cipherName-959", javax.crypto.Cipher.getInstance(cipherName959).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onCreate(Bundle)
FileSettingsActivity.java:[line54].
try{
android.util.Log.d("cipherName-877", javax.crypto.Cipher.getInstance(cipherName877).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onResume()
FileSettingsActivity.java:[line1001].
try{
android.util.Log.d("cipherName-955", javax.crypto.Cipher.getInstance(cipherName955).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onResume()
FileSettingsActivity.java:[line1008].
try{
android.util.Log.d("cipherName-956", javax.crypto.Cipher.getInstance(cipherName956).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line208].
try{
android.util.Log.d("cipherName-890", javax.crypto.Cipher.getInstance(cipherName890).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line218].
try{
android.util.Log.d("cipherName-891", javax.crypto.Cipher.getInstance(cipherName891).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line233].
try{
android.util.Log.d("cipherName-892", javax.crypto.Cipher.getInstance(cipherName892).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line344].
try{
android.util.Log.d("cipherName-899", javax.crypto.Cipher.getInstance(cipherName899).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line352].
try{
android.util.Log.d("cipherName-900", javax.crypto.Cipher.getInstance(cipherName900).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line386].
try{
android.util.Log.d("cipherName-902", javax.crypto.Cipher.getInstance(cipherName902).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line416].
try{
android.util.Log.d("cipherName-905", javax.crypto.Cipher.getInstance(cipherName905).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line477].
try{
android.util.Log.d("cipherName-910", javax.crypto.Cipher.getInstance(cipherName910).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line510].
try{
android.util.Log.d("cipherName-913", javax.crypto.Cipher.getInstance(cipherName913).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line544].
try{
android.util.Log.d("cipherName-916", javax.crypto.Cipher.getInstance(cipherName916).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line575].
try{
android.util.Log.d("cipherName-919", javax.crypto.Cipher.getInstance(cipherName919).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line608].
try{
android.util.Log.d("cipherName-922", javax.crypto.Cipher.getInstance(cipherName922).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line617].
try{
android.util.Log.d("cipherName-923", javax.crypto.Cipher.getInstance(cipherName923).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line772].
try{
android.util.Log.d("cipherName-935", javax.crypto.Cipher.getInstance(cipherName935).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line841].
try{
android.util.Log.d("cipherName-941", javax.crypto.Cipher.getInstance(cipherName941).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line875].
try{
android.util.Log.d("cipherName-944", javax.crypto.Cipher.getInstance(cipherName944).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line931].
try{
android.util.Log.d("cipherName-949", javax.crypto.Cipher.getInstance(cipherName949).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line965].
try{
android.util.Log.d("cipherName-952", javax.crypto.Cipher.getInstance(cipherName952).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line972].
try{
android.util.Log.d("cipherName-953", javax.crypto.Cipher.getInstance(cipherName953).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.setNextLocationState(CheckBox, boolean)
FileSettingsActivity.java:[line77].
try{
android.util.Log.d("cipherName-879", javax.crypto.Cipher.getInstance(cipherName879).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.setNextLocationState(CheckBox, boolean)
FileSettingsActivity.java:[line90].
try{
android.util.Log.d("cipherName-880", javax.crypto.Cipher.getInstance(cipherName880).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.setNextLocationState(CheckBox, boolean)
FileSettingsActivity.java:[line113].
try{
android.util.Log.d("cipherName-882", javax.crypto.Cipher.getInstance(cipherName882).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line138].
try{
android.util.Log.d("cipherName-884", javax.crypto.Cipher.getInstance(cipherName884).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line145].
try{
android.util.Log.d("cipherName-885", javax.crypto.Cipher.getInstance(cipherName885).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line155].
try{
android.util.Log.d("cipherName-886", javax.crypto.Cipher.getInstance(cipherName886).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line167].
try{
android.util.Log.d("cipherName-887", javax.crypto.Cipher.getInstance(cipherName887).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line178].
try{
android.util.Log.d("cipherName-888", javax.crypto.Cipher.getInstance(cipherName888).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line190].
try{
android.util.Log.d("cipherName-889", javax.crypto.Cipher.getInstance(cipherName889).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 94-104]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$1.onLongClick(View)
FileSettingsActivity.java:[line99].
try{
android.util.Log.d("cipherName-881", javax.crypto.Cipher.getInstance(cipherName881).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 94-104]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$1.onLongClick(View)
FileSettingsActivity.java:[line99].
try{
android.util.Log.d("cipherName-881", javax.crypto.Cipher.getInstance(cipherName881).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 389-397]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$10.onClick(View)
FileSettingsActivity.java:[line393].
try{
android.util.Log.d("cipherName-903", javax.crypto.Cipher.getInstance(cipherName903).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 389-397]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$10.onClick(View)
FileSettingsActivity.java:[line393].
try{
android.util.Log.d("cipherName-903", javax.crypto.Cipher.getInstance(cipherName903).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 399-409]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$11.onLongClick(View)
FileSettingsActivity.java:[line404].
try{
android.util.Log.d("cipherName-904", javax.crypto.Cipher.getInstance(cipherName904).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 399-409]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$11.onLongClick(View)
FileSettingsActivity.java:[line404].
try{
android.util.Log.d("cipherName-904", javax.crypto.Cipher.getInstance(cipherName904).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 420-428]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$12.onClick(View)
FileSettingsActivity.java:[line424].
try{
android.util.Log.d("cipherName-906", javax.crypto.Cipher.getInstance(cipherName906).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 420-428]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$12.onClick(View)
FileSettingsActivity.java:[line424].
try{
android.util.Log.d("cipherName-906", javax.crypto.Cipher.getInstance(cipherName906).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 430-440]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$13.onLongClick(View)
FileSettingsActivity.java:[line435].
try{
android.util.Log.d("cipherName-907", javax.crypto.Cipher.getInstance(cipherName907).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 430-440]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$13.onLongClick(View)
FileSettingsActivity.java:[line435].
try{
android.util.Log.d("cipherName-907", javax.crypto.Cipher.getInstance(cipherName907).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 445-453]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$14.onClick(View)
FileSettingsActivity.java:[line449].
try{
android.util.Log.d("cipherName-908", javax.crypto.Cipher.getInstance(cipherName908).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 445-453]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$14.onClick(View)
FileSettingsActivity.java:[line449].
try{
android.util.Log.d("cipherName-908", javax.crypto.Cipher.getInstance(cipherName908).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 455-465]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$15.onLongClick(View)
FileSettingsActivity.java:[line460].
try{
android.util.Log.d("cipherName-909", javax.crypto.Cipher.getInstance(cipherName909).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 455-465]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$15.onLongClick(View)
FileSettingsActivity.java:[line460].
try{
android.util.Log.d("cipherName-909", javax.crypto.Cipher.getInstance(cipherName909).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 480-490]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$16
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$16.onClick(View)
FileSettingsActivity.java:[line484].
try{
android.util.Log.d("cipherName-911", javax.crypto.Cipher.getInstance(cipherName911).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 480-490]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$16
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$16.onClick(View)
FileSettingsActivity.java:[line484].
try{
android.util.Log.d("cipherName-911", javax.crypto.Cipher.getInstance(cipherName911).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 492-502]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$17
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$17.onLongClick(View)
FileSettingsActivity.java:[line497].
try{
android.util.Log.d("cipherName-912", javax.crypto.Cipher.getInstance(cipherName912).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 492-502]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$17
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$17.onLongClick(View)
FileSettingsActivity.java:[line497].
try{
android.util.Log.d("cipherName-912", javax.crypto.Cipher.getInstance(cipherName912).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 513-521]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$18
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$18.onClick(View)
FileSettingsActivity.java:[line517].
try{
android.util.Log.d("cipherName-914", javax.crypto.Cipher.getInstance(cipherName914).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 513-521]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$18
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$18.onClick(View)
FileSettingsActivity.java:[line517].
try{
android.util.Log.d("cipherName-914", javax.crypto.Cipher.getInstance(cipherName914).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 523-533]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$19.onLongClick(View)
FileSettingsActivity.java:[line528].
try{
android.util.Log.d("cipherName-915", javax.crypto.Cipher.getInstance(cipherName915).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 523-533]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$19.onLongClick(View)
FileSettingsActivity.java:[line528].
try{
android.util.Log.d("cipherName-915", javax.crypto.Cipher.getInstance(cipherName915).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 117-127]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$2.onLongClick(View)
FileSettingsActivity.java:[line122].
try{
android.util.Log.d("cipherName-883", javax.crypto.Cipher.getInstance(cipherName883).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 117-127]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$2.onLongClick(View)
FileSettingsActivity.java:[line122].
try{
android.util.Log.d("cipherName-883", javax.crypto.Cipher.getInstance(cipherName883).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 547-555]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$20
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$20.onClick(View)
FileSettingsActivity.java:[line551].
try{
android.util.Log.d("cipherName-917", javax.crypto.Cipher.getInstance(cipherName917).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 547-555]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$20
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$20.onClick(View)
FileSettingsActivity.java:[line551].
try{
android.util.Log.d("cipherName-917", javax.crypto.Cipher.getInstance(cipherName917).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 557-567]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$21
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$21.onLongClick(View)
FileSettingsActivity.java:[line562].
try{
android.util.Log.d("cipherName-918", javax.crypto.Cipher.getInstance(cipherName918).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 557-567]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$21
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$21.onLongClick(View)
FileSettingsActivity.java:[line562].
try{
android.util.Log.d("cipherName-918", javax.crypto.Cipher.getInstance(cipherName918).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 578-586]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$22
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$22.onClick(View)
FileSettingsActivity.java:[line582].
try{
android.util.Log.d("cipherName-920", javax.crypto.Cipher.getInstance(cipherName920).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 578-586]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$22
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$22.onClick(View)
FileSettingsActivity.java:[line582].
try{
android.util.Log.d("cipherName-920", javax.crypto.Cipher.getInstance(cipherName920).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 588-598]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$23
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$23.onLongClick(View)
FileSettingsActivity.java:[line593].
try{
android.util.Log.d("cipherName-921", javax.crypto.Cipher.getInstance(cipherName921).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 588-598]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$23
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$23.onLongClick(View)
FileSettingsActivity.java:[line593].
try{
android.util.Log.d("cipherName-921", javax.crypto.Cipher.getInstance(cipherName921).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 623-658]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24.onClick(View)
FileSettingsActivity.java:[line628].
try{
android.util.Log.d("cipherName-924", javax.crypto.Cipher.getInstance(cipherName924).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 623-658]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24.onClick(View)
FileSettingsActivity.java:[line643].
try{
android.util.Log.d("cipherName-925", javax.crypto.Cipher.getInstance(cipherName925).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 623-658]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24.onClick(View)
FileSettingsActivity.java:[line651].
try{
android.util.Log.d("cipherName-926", javax.crypto.Cipher.getInstance(cipherName926).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 623-658]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24.onClick(View)
FileSettingsActivity.java:[line628].
try{
android.util.Log.d("cipherName-924", javax.crypto.Cipher.getInstance(cipherName924).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 623-658]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24.onClick(View)
FileSettingsActivity.java:[line643].
try{
android.util.Log.d("cipherName-925", javax.crypto.Cipher.getInstance(cipherName925).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 623-658]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24.onClick(View)
FileSettingsActivity.java:[line651].
try{
android.util.Log.d("cipherName-926", javax.crypto.Cipher.getInstance(cipherName926).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 660-694]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25.onLongClick(View)
FileSettingsActivity.java:[line665].
try{
android.util.Log.d("cipherName-927", javax.crypto.Cipher.getInstance(cipherName927).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 660-694]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25.onLongClick(View)
FileSettingsActivity.java:[line678].
try{
android.util.Log.d("cipherName-928", javax.crypto.Cipher.getInstance(cipherName928).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 660-694]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25.onLongClick(View)
FileSettingsActivity.java:[line688].
try{
android.util.Log.d("cipherName-929", javax.crypto.Cipher.getInstance(cipherName929).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 660-694]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25.onLongClick(View)
FileSettingsActivity.java:[line665].
try{
android.util.Log.d("cipherName-927", javax.crypto.Cipher.getInstance(cipherName927).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 660-694]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25.onLongClick(View)
FileSettingsActivity.java:[line678].
try{
android.util.Log.d("cipherName-928", javax.crypto.Cipher.getInstance(cipherName928).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 660-694]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25.onLongClick(View)
FileSettingsActivity.java:[line688].
try{
android.util.Log.d("cipherName-929", javax.crypto.Cipher.getInstance(cipherName929).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 700-711]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$26
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$26.onClick(View)
FileSettingsActivity.java:[line705].
try{
android.util.Log.d("cipherName-930", javax.crypto.Cipher.getInstance(cipherName930).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 700-711]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$26
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$26.onClick(View)
FileSettingsActivity.java:[line705].
try{
android.util.Log.d("cipherName-930", javax.crypto.Cipher.getInstance(cipherName930).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 717-725]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$27
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$27.onClick(View)
FileSettingsActivity.java:[line721].
try{
android.util.Log.d("cipherName-931", javax.crypto.Cipher.getInstance(cipherName931).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 717-725]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$27
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$27.onClick(View)
FileSettingsActivity.java:[line721].
try{
android.util.Log.d("cipherName-931", javax.crypto.Cipher.getInstance(cipherName931).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 727-737]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$28
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$28.onLongClick(View)
FileSettingsActivity.java:[line732].
try{
android.util.Log.d("cipherName-932", javax.crypto.Cipher.getInstance(cipherName932).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 727-737]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$28
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$28.onLongClick(View)
FileSettingsActivity.java:[line732].
try{
android.util.Log.d("cipherName-932", javax.crypto.Cipher.getInstance(cipherName932).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 742-750]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$29
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$29.onClick(View)
FileSettingsActivity.java:[line746].
try{
android.util.Log.d("cipherName-933", javax.crypto.Cipher.getInstance(cipherName933).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 742-750]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$29
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$29.onClick(View)
FileSettingsActivity.java:[line746].
try{
android.util.Log.d("cipherName-933", javax.crypto.Cipher.getInstance(cipherName933).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 241-251]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$3.onLongClick(View)
FileSettingsActivity.java:[line246].
try{
android.util.Log.d("cipherName-893", javax.crypto.Cipher.getInstance(cipherName893).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 241-251]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$3.onLongClick(View)
FileSettingsActivity.java:[line246].
try{
android.util.Log.d("cipherName-893", javax.crypto.Cipher.getInstance(cipherName893).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 752-762]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$30
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$30.onLongClick(View)
FileSettingsActivity.java:[line757].
try{
android.util.Log.d("cipherName-934", javax.crypto.Cipher.getInstance(cipherName934).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 752-762]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$30
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$30.onLongClick(View)
FileSettingsActivity.java:[line757].
try{
android.util.Log.d("cipherName-934", javax.crypto.Cipher.getInstance(cipherName934).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line779].
try{
android.util.Log.d("cipherName-936", javax.crypto.Cipher.getInstance(cipherName936).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line787].
try{
android.util.Log.d("cipherName-937", javax.crypto.Cipher.getInstance(cipherName937).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line794].
try{
android.util.Log.d("cipherName-938", javax.crypto.Cipher.getInstance(cipherName938).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line806].
try{
android.util.Log.d("cipherName-939", javax.crypto.Cipher.getInstance(cipherName939).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line779].
try{
android.util.Log.d("cipherName-936", javax.crypto.Cipher.getInstance(cipherName936).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line787].
try{
android.util.Log.d("cipherName-937", javax.crypto.Cipher.getInstance(cipherName937).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line794].
try{
android.util.Log.d("cipherName-938", javax.crypto.Cipher.getInstance(cipherName938).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line806].
try{
android.util.Log.d("cipherName-939", javax.crypto.Cipher.getInstance(cipherName939).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 823-833]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$32
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$32.onLongClick(View)
FileSettingsActivity.java:[line828].
try{
android.util.Log.d("cipherName-940", javax.crypto.Cipher.getInstance(cipherName940).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 823-833]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$32
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$32.onLongClick(View)
FileSettingsActivity.java:[line828].
try{
android.util.Log.d("cipherName-940", javax.crypto.Cipher.getInstance(cipherName940).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 844-852]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$33
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$33.onClick(View)
FileSettingsActivity.java:[line848].
try{
android.util.Log.d("cipherName-942", javax.crypto.Cipher.getInstance(cipherName942).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 844-852]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$33
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$33.onClick(View)
FileSettingsActivity.java:[line848].
try{
android.util.Log.d("cipherName-942", javax.crypto.Cipher.getInstance(cipherName942).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 854-864]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$34
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$34.onLongClick(View)
FileSettingsActivity.java:[line859].
try{
android.util.Log.d("cipherName-943", javax.crypto.Cipher.getInstance(cipherName943).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 854-864]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$34
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$34.onLongClick(View)
FileSettingsActivity.java:[line859].
try{
android.util.Log.d("cipherName-943", javax.crypto.Cipher.getInstance(cipherName943).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line882].
try{
android.util.Log.d("cipherName-945", javax.crypto.Cipher.getInstance(cipherName945).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line889].
try{
android.util.Log.d("cipherName-946", javax.crypto.Cipher.getInstance(cipherName946).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line903].
try{
android.util.Log.d("cipherName-947", javax.crypto.Cipher.getInstance(cipherName947).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line882].
try{
android.util.Log.d("cipherName-945", javax.crypto.Cipher.getInstance(cipherName945).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line889].
try{
android.util.Log.d("cipherName-946", javax.crypto.Cipher.getInstance(cipherName946).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line903].
try{
android.util.Log.d("cipherName-947", javax.crypto.Cipher.getInstance(cipherName947).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 913-923]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$36
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$36.onLongClick(View)
FileSettingsActivity.java:[line918].
try{
android.util.Log.d("cipherName-948", javax.crypto.Cipher.getInstance(cipherName948).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 913-923]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$36
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$36.onLongClick(View)
FileSettingsActivity.java:[line918].
try{
android.util.Log.d("cipherName-948", javax.crypto.Cipher.getInstance(cipherName948).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 934-942]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$37
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$37.onClick(View)
FileSettingsActivity.java:[line938].
try{
android.util.Log.d("cipherName-950", javax.crypto.Cipher.getInstance(cipherName950).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 934-942]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$37
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$37.onClick(View)
FileSettingsActivity.java:[line938].
try{
android.util.Log.d("cipherName-950", javax.crypto.Cipher.getInstance(cipherName950).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 944-954]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$38
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$38.onLongClick(View)
FileSettingsActivity.java:[line949].
try{
android.util.Log.d("cipherName-951", javax.crypto.Cipher.getInstance(cipherName951).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 944-954]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$38
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$38.onLongClick(View)
FileSettingsActivity.java:[line949].
try{
android.util.Log.d("cipherName-951", javax.crypto.Cipher.getInstance(cipherName951).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 977-987]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$39
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$39.onClick(View)
FileSettingsActivity.java:[line982].
try{
android.util.Log.d("cipherName-954", javax.crypto.Cipher.getInstance(cipherName954).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 977-987]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$39
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$39.onClick(View)
FileSettingsActivity.java:[line982].
try{
android.util.Log.d("cipherName-954", javax.crypto.Cipher.getInstance(cipherName954).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 257-267]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$4.onLongClick(View)
FileSettingsActivity.java:[line262].
try{
android.util.Log.d("cipherName-894", javax.crypto.Cipher.getInstance(cipherName894).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 257-267]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$4.onLongClick(View)
FileSettingsActivity.java:[line262].
try{
android.util.Log.d("cipherName-894", javax.crypto.Cipher.getInstance(cipherName894).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 274-284]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$5.onLongClick(View)
FileSettingsActivity.java:[line279].
try{
android.util.Log.d("cipherName-895", javax.crypto.Cipher.getInstance(cipherName895).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 274-284]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$5.onLongClick(View)
FileSettingsActivity.java:[line279].
try{
android.util.Log.d("cipherName-895", javax.crypto.Cipher.getInstance(cipherName895).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 291-301]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$6.onLongClick(View)
FileSettingsActivity.java:[line296].
try{
android.util.Log.d("cipherName-896", javax.crypto.Cipher.getInstance(cipherName896).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 291-301]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$6.onLongClick(View)
FileSettingsActivity.java:[line296].
try{
android.util.Log.d("cipherName-896", javax.crypto.Cipher.getInstance(cipherName896).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 308-318]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$7.onLongClick(View)
FileSettingsActivity.java:[line313].
try{
android.util.Log.d("cipherName-897", javax.crypto.Cipher.getInstance(cipherName897).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 308-318]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$7.onLongClick(View)
FileSettingsActivity.java:[line313].
try{
android.util.Log.d("cipherName-897", javax.crypto.Cipher.getInstance(cipherName897).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 326-336]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$8.onLongClick(View)
FileSettingsActivity.java:[line331].
try{
android.util.Log.d("cipherName-898", javax.crypto.Cipher.getInstance(cipherName898).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 326-336]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$8.onLongClick(View)
FileSettingsActivity.java:[line331].
try{
android.util.Log.d("cipherName-898", javax.crypto.Cipher.getInstance(cipherName898).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileSettingsActivity.java:[lines 357-367]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$9.onLongClick(View)
FileSettingsActivity.java:[line362].
try{
android.util.Log.d("cipherName-901", javax.crypto.Cipher.getInstance(cipherName901).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileSettingsActivity.java:[lines 357-367]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$9.onLongClick(View)
FileSettingsActivity.java:[line362].
try{
android.util.Log.d("cipherName-901", javax.crypto.Cipher.getInstance(cipherName901).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method new uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider(Context)
FileCalendarProvider.java:[line27].
try{
android.util.Log.d("cipherName-40", javax.crypto.Cipher.getInstance(cipherName40).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.getInstancesQueryUri()
FileCalendarProvider.java:[line43].
try{
android.util.Log.d("cipherName-41", javax.crypto.Cipher.getInstance(cipherName41).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.likeQuote(String)
FileCalendarProvider.java:[line63].
try{
android.util.Log.d("cipherName-42", javax.crypto.Cipher.getInstance(cipherName42).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line257].
try{
android.util.Log.d("cipherName-52", javax.crypto.Cipher.getInstance(cipherName52).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line268].
try{
android.util.Log.d("cipherName-53", javax.crypto.Cipher.getInstance(cipherName53).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line280].
try{
android.util.Log.d("cipherName-54", javax.crypto.Cipher.getInstance(cipherName54).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line302].
try{
android.util.Log.d("cipherName-55", javax.crypto.Cipher.getInstance(cipherName55).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line311].
try{
android.util.Log.d("cipherName-56", javax.crypto.Cipher.getInstance(cipherName56).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line321].
try{
android.util.Log.d("cipherName-57", javax.crypto.Cipher.getInstance(cipherName57).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line334].
try{
android.util.Log.d("cipherName-58", javax.crypto.Cipher.getInstance(cipherName58).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line342].
try{
android.util.Log.d("cipherName-59", javax.crypto.Cipher.getInstance(cipherName59).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line355].
try{
android.util.Log.d("cipherName-60", javax.crypto.Cipher.getInstance(cipherName60).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextLocation(Context, long)
FileCalendarProvider.java:[line388].
try{
android.util.Log.d("cipherName-61", javax.crypto.Cipher.getInstance(cipherName61).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextLocation(Context, long)
FileCalendarProvider.java:[line411].
try{
android.util.Log.d("cipherName-62", javax.crypto.Cipher.getInstance(cipherName62).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextLocation(Context, long)
FileCalendarProvider.java:[line424].
try{
android.util.Log.d("cipherName-63", javax.crypto.Cipher.getInstance(cipherName63).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line77].
try{
android.util.Log.d("cipherName-43", javax.crypto.Cipher.getInstance(cipherName43).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line87].
try{
android.util.Log.d("cipherName-44", javax.crypto.Cipher.getInstance(cipherName44).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line96].
try{
android.util.Log.d("cipherName-45", javax.crypto.Cipher.getInstance(cipherName45).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line103].
try{
android.util.Log.d("cipherName-46", javax.crypto.Cipher.getInstance(cipherName46).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line111].
try{
android.util.Log.d("cipherName-47", javax.crypto.Cipher.getInstance(cipherName47).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line128].
try{
android.util.Log.d("cipherName-48", javax.crypto.Cipher.getInstance(cipherName48).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line139].
try{
android.util.Log.d("cipherName-49", javax.crypto.Cipher.getInstance(cipherName49).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line150].
try{
android.util.Log.d("cipherName-50", javax.crypto.Cipher.getInstance(cipherName50).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line162].
try{
android.util.Log.d("cipherName-51", javax.crypto.Cipher.getInstance(cipherName51).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method new uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider(Context)
FileCalendarProvider.java:[line27].
try{
android.util.Log.d("cipherName-40", javax.crypto.Cipher.getInstance(cipherName40).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.getInstancesQueryUri()
FileCalendarProvider.java:[line43].
try{
android.util.Log.d("cipherName-41", javax.crypto.Cipher.getInstance(cipherName41).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.likeQuote(String)
FileCalendarProvider.java:[line63].
try{
android.util.Log.d("cipherName-42", javax.crypto.Cipher.getInstance(cipherName42).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line257].
try{
android.util.Log.d("cipherName-52", javax.crypto.Cipher.getInstance(cipherName52).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line268].
try{
android.util.Log.d("cipherName-53", javax.crypto.Cipher.getInstance(cipherName53).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line280].
try{
android.util.Log.d("cipherName-54", javax.crypto.Cipher.getInstance(cipherName54).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line302].
try{
android.util.Log.d("cipherName-55", javax.crypto.Cipher.getInstance(cipherName55).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line311].
try{
android.util.Log.d("cipherName-56", javax.crypto.Cipher.getInstance(cipherName56).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line321].
try{
android.util.Log.d("cipherName-57", javax.crypto.Cipher.getInstance(cipherName57).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line334].
try{
android.util.Log.d("cipherName-58", javax.crypto.Cipher.getInstance(cipherName58).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line342].
try{
android.util.Log.d("cipherName-59", javax.crypto.Cipher.getInstance(cipherName59).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line355].
try{
android.util.Log.d("cipherName-60", javax.crypto.Cipher.getInstance(cipherName60).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextLocation(Context, long)
FileCalendarProvider.java:[line388].
try{
android.util.Log.d("cipherName-61", javax.crypto.Cipher.getInstance(cipherName61).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextLocation(Context, long)
FileCalendarProvider.java:[line411].
try{
android.util.Log.d("cipherName-62", javax.crypto.Cipher.getInstance(cipherName62).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextLocation(Context, long)
FileCalendarProvider.java:[line424].
try{
android.util.Log.d("cipherName-63", javax.crypto.Cipher.getInstance(cipherName63).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line77].
try{
android.util.Log.d("cipherName-43", javax.crypto.Cipher.getInstance(cipherName43).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line87].
try{
android.util.Log.d("cipherName-44", javax.crypto.Cipher.getInstance(cipherName44).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line96].
try{
android.util.Log.d("cipherName-45", javax.crypto.Cipher.getInstance(cipherName45).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line103].
try{
android.util.Log.d("cipherName-46", javax.crypto.Cipher.getInstance(cipherName46).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line111].
try{
android.util.Log.d("cipherName-47", javax.crypto.Cipher.getInstance(cipherName47).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line128].
try{
android.util.Log.d("cipherName-48", javax.crypto.Cipher.getInstance(cipherName48).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line139].
try{
android.util.Log.d("cipherName-49", javax.crypto.Cipher.getInstance(cipherName49).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line150].
try{
android.util.Log.d("cipherName-50", javax.crypto.Cipher.getInstance(cipherName50).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line162].
try{
android.util.Log.d("cipherName-51", javax.crypto.Cipher.getInstance(cipherName51).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method new uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator(Context)
FileContactCreator.java:[line30].
try{
android.util.Log.d("cipherName-64", javax.crypto.Cipher.getInstance(cipherName64).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.addLine(ArrayList, String, Cursor, int)
FileContactCreator.java:[line1923].
try{
android.util.Log.d("cipherName-186", javax.crypto.Cipher.getInstance(cipherName186).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.addLine(ArrayList, String, Cursor, int)
FileContactCreator.java:[line1930].
try{
android.util.Log.d("cipherName-187", javax.crypto.Cipher.getInstance(cipherName187).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line564].
try{
android.util.Log.d("cipherName-78", javax.crypto.Cipher.getInstance(cipherName78).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line585].
try{
android.util.Log.d("cipherName-79", javax.crypto.Cipher.getInstance(cipherName79).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line626].
try{
android.util.Log.d("cipherName-80", javax.crypto.Cipher.getInstance(cipherName80).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line695].
try{
android.util.Log.d("cipherName-81", javax.crypto.Cipher.getInstance(cipherName81).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line705].
try{
android.util.Log.d("cipherName-82", javax.crypto.Cipher.getInstance(cipherName82).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2518].
try{
android.util.Log.d("cipherName-213", javax.crypto.Cipher.getInstance(cipherName213).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2526].
try{
android.util.Log.d("cipherName-214", javax.crypto.Cipher.getInstance(cipherName214).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2559].
try{
android.util.Log.d("cipherName-215", javax.crypto.Cipher.getInstance(cipherName215).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2576].
try{
android.util.Log.d("cipherName-216", javax.crypto.Cipher.getInstance(cipherName216).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2354].
try{
android.util.Log.d("cipherName-202", javax.crypto.Cipher.getInstance(cipherName202).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2362].
try{
android.util.Log.d("cipherName-203", javax.crypto.Cipher.getInstance(cipherName203).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2375].
try{
android.util.Log.d("cipherName-204", javax.crypto.Cipher.getInstance(cipherName204).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2382].
try{
android.util.Log.d("cipherName-205", javax.crypto.Cipher.getInstance(cipherName205).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2391].
try{
android.util.Log.d("cipherName-206", javax.crypto.Cipher.getInstance(cipherName206).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2406].
try{
android.util.Log.d("cipherName-207", javax.crypto.Cipher.getInstance(cipherName207).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2420].
try{
android.util.Log.d("cipherName-208", javax.crypto.Cipher.getInstance(cipherName208).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2442].
try{
android.util.Log.d("cipherName-209", javax.crypto.Cipher.getInstance(cipherName209).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2451].
try{
android.util.Log.d("cipherName-210", javax.crypto.Cipher.getInstance(cipherName210).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2484].
try{
android.util.Log.d("cipherName-211", javax.crypto.Cipher.getInstance(cipherName211).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2501].
try{
android.util.Log.d("cipherName-212", javax.crypto.Cipher.getInstance(cipherName212).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1962].
try{
android.util.Log.d("cipherName-188", javax.crypto.Cipher.getInstance(cipherName188).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1969].
try{
android.util.Log.d("cipherName-189", javax.crypto.Cipher.getInstance(cipherName189).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1985].
try{
android.util.Log.d("cipherName-190", javax.crypto.Cipher.getInstance(cipherName190).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1997].
try{
android.util.Log.d("cipherName-191", javax.crypto.Cipher.getInstance(cipherName191).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2004].
try{
android.util.Log.d("cipherName-192", javax.crypto.Cipher.getInstance(cipherName192).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2014].
try{
android.util.Log.d("cipherName-193", javax.crypto.Cipher.getInstance(cipherName193).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2055].
try{
android.util.Log.d("cipherName-194", javax.crypto.Cipher.getInstance(cipherName194).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2074].
try{
android.util.Log.d("cipherName-195", javax.crypto.Cipher.getInstance(cipherName195).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2110].
try{
android.util.Log.d("cipherName-196", javax.crypto.Cipher.getInstance(cipherName196).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2210].
try{
android.util.Log.d("cipherName-197", javax.crypto.Cipher.getInstance(cipherName197).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2249].
try{
android.util.Log.d("cipherName-198", javax.crypto.Cipher.getInstance(cipherName198).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2284].
try{
android.util.Log.d("cipherName-199", javax.crypto.Cipher.getInstance(cipherName199).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2331].
try{
android.util.Log.d("cipherName-200", javax.crypto.Cipher.getInstance(cipherName200).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2340].
try{
android.util.Log.d("cipherName-201", javax.crypto.Cipher.getInstance(cipherName201).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line743].
try{
android.util.Log.d("cipherName-83", javax.crypto.Cipher.getInstance(cipherName83).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line752].
try{
android.util.Log.d("cipherName-84", javax.crypto.Cipher.getInstance(cipherName84).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line760].
try{
android.util.Log.d("cipherName-85", javax.crypto.Cipher.getInstance(cipherName85).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line785].
try{
android.util.Log.d("cipherName-86", javax.crypto.Cipher.getInstance(cipherName86).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line794].
try{
android.util.Log.d("cipherName-87", javax.crypto.Cipher.getInstance(cipherName87).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line811].
try{
android.util.Log.d("cipherName-88", javax.crypto.Cipher.getInstance(cipherName88).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line831].
try{
android.util.Log.d("cipherName-89", javax.crypto.Cipher.getInstance(cipherName89).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line851].
try{
android.util.Log.d("cipherName-90", javax.crypto.Cipher.getInstance(cipherName90).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line871].
try{
android.util.Log.d("cipherName-91", javax.crypto.Cipher.getInstance(cipherName91).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line902].
try{
android.util.Log.d("cipherName-92", javax.crypto.Cipher.getInstance(cipherName92).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKcounty(String)
FileContactCreator.java:[line115].
try{
android.util.Log.d("cipherName-68", javax.crypto.Cipher.getInstance(cipherName68).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKcounty(String)
FileContactCreator.java:[line228].
try{
android.util.Log.d("cipherName-69", javax.crypto.Cipher.getInstance(cipherName69).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKcounty(String)
FileContactCreator.java:[line233].
try{
android.util.Log.d("cipherName-70", javax.crypto.Cipher.getInstance(cipherName70).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKregion(String)
FileContactCreator.java:[line244].
try{
android.util.Log.d("cipherName-71", javax.crypto.Cipher.getInstance(cipherName71).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKregion(String)
FileContactCreator.java:[line254].
try{
android.util.Log.d("cipherName-72", javax.crypto.Cipher.getInstance(cipherName72).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKregion(String)
FileContactCreator.java:[line259].
try{
android.util.Log.d("cipherName-73", javax.crypto.Cipher.getInstance(cipherName73).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUSstate(String)
FileContactCreator.java:[line39].
try{
android.util.Log.d("cipherName-65", javax.crypto.Cipher.getInstance(cipherName65).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUSstate(String)
FileContactCreator.java:[line100].
try{
android.util.Log.d("cipherName-66", javax.crypto.Cipher.getInstance(cipherName66).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUSstate(String)
FileContactCreator.java:[line105].
try{
android.util.Log.d("cipherName-67", javax.crypto.Cipher.getInstance(cipherName67).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2592].
try{
android.util.Log.d("cipherName-217", javax.crypto.Cipher.getInstance(cipherName217).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2599].
try{
android.util.Log.d("cipherName-218", javax.crypto.Cipher.getInstance(cipherName218).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2633].
try{
android.util.Log.d("cipherName-219", javax.crypto.Cipher.getInstance(cipherName219).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2650].
try{
android.util.Log.d("cipherName-220", javax.crypto.Cipher.getInstance(cipherName220).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.lookupCountry(int)
FileContactCreator.java:[line270].
try{
android.util.Log.d("cipherName-74", javax.crypto.Cipher.getInstance(cipherName74).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.lookupCountry(int)
FileContactCreator.java:[line522].
try{
android.util.Log.d("cipherName-76", javax.crypto.Cipher.getInstance(cipherName76).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.lookupCountry(int)
FileContactCreator.java:[line527].
try{
android.util.Log.d("cipherName-77", javax.crypto.Cipher.getInstance(cipherName77).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1187].
try{
android.util.Log.d("cipherName-120", javax.crypto.Cipher.getInstance(cipherName120).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1192].
try{
android.util.Log.d("cipherName-121", javax.crypto.Cipher.getInstance(cipherName121).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1208].
try{
android.util.Log.d("cipherName-122", javax.crypto.Cipher.getInstance(cipherName122).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1217].
try{
android.util.Log.d("cipherName-123", javax.crypto.Cipher.getInstance(cipherName123).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1229].
try{
android.util.Log.d("cipherName-124", javax.crypto.Cipher.getInstance(cipherName124).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1238].
try{
android.util.Log.d("cipherName-125", javax.crypto.Cipher.getInstance(cipherName125).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1250].
try{
android.util.Log.d("cipherName-126", javax.crypto.Cipher.getInstance(cipherName126).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1261].
try{
android.util.Log.d("cipherName-127", javax.crypto.Cipher.getInstance(cipherName127).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1275].
try{
android.util.Log.d("cipherName-128", javax.crypto.Cipher.getInstance(cipherName128).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1297].
try{
android.util.Log.d("cipherName-129", javax.crypto.Cipher.getInstance(cipherName129).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1305].
try{
android.util.Log.d("cipherName-130", javax.crypto.Cipher.getInstance(cipherName130).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1323].
try{
android.util.Log.d("cipherName-131", javax.crypto.Cipher.getInstance(cipherName131).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1341].
try{
android.util.Log.d("cipherName-132", javax.crypto.Cipher.getInstance(cipherName132).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1358].
try{
android.util.Log.d("cipherName-133", javax.crypto.Cipher.getInstance(cipherName133).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1365].
try{
android.util.Log.d("cipherName-134", javax.crypto.Cipher.getInstance(cipherName134).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1372].
try{
android.util.Log.d("cipherName-135", javax.crypto.Cipher.getInstance(cipherName135).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1381].
try{
android.util.Log.d("cipherName-136", javax.crypto.Cipher.getInstance(cipherName136).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1391].
try{
android.util.Log.d("cipherName-137", javax.crypto.Cipher.getInstance(cipherName137).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1401].
try{
android.util.Log.d("cipherName-138", javax.crypto.Cipher.getInstance(cipherName138).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1412].
try{
android.util.Log.d("cipherName-139", javax.crypto.Cipher.getInstance(cipherName139).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1422].
try{
android.util.Log.d("cipherName-140", javax.crypto.Cipher.getInstance(cipherName140).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1432].
try{
android.util.Log.d("cipherName-141", javax.crypto.Cipher.getInstance(cipherName141).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1444].
try{
android.util.Log.d("cipherName-142", javax.crypto.Cipher.getInstance(cipherName142).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1454].
try{
android.util.Log.d("cipherName-143", javax.crypto.Cipher.getInstance(cipherName143).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1466].
try{
android.util.Log.d("cipherName-144", javax.crypto.Cipher.getInstance(cipherName144).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1485].
try{
android.util.Log.d("cipherName-145", javax.crypto.Cipher.getInstance(cipherName145).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1493].
try{
android.util.Log.d("cipherName-146", javax.crypto.Cipher.getInstance(cipherName146).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1500].
try{
android.util.Log.d("cipherName-147", javax.crypto.Cipher.getInstance(cipherName147).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1515].
try{
android.util.Log.d("cipherName-148", javax.crypto.Cipher.getInstance(cipherName148).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1530].
try{
android.util.Log.d("cipherName-149", javax.crypto.Cipher.getInstance(cipherName149).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1540].
try{
android.util.Log.d("cipherName-150", javax.crypto.Cipher.getInstance(cipherName150).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1551].
try{
android.util.Log.d("cipherName-151", javax.crypto.Cipher.getInstance(cipherName151).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1562].
try{
android.util.Log.d("cipherName-152", javax.crypto.Cipher.getInstance(cipherName152).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1573].
try{
android.util.Log.d("cipherName-153", javax.crypto.Cipher.getInstance(cipherName153).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1588].
try{
android.util.Log.d("cipherName-154", javax.crypto.Cipher.getInstance(cipherName154).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1603].
try{
android.util.Log.d("cipherName-155", javax.crypto.Cipher.getInstance(cipherName155).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1615].
try{
android.util.Log.d("cipherName-156", javax.crypto.Cipher.getInstance(cipherName156).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1630].
try{
android.util.Log.d("cipherName-157", javax.crypto.Cipher.getInstance(cipherName157).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1644].
try{
android.util.Log.d("cipherName-158", javax.crypto.Cipher.getInstance(cipherName158).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1653].
try{
android.util.Log.d("cipherName-159", javax.crypto.Cipher.getInstance(cipherName159).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1663].
try{
android.util.Log.d("cipherName-160", javax.crypto.Cipher.getInstance(cipherName160).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1673].
try{
android.util.Log.d("cipherName-161", javax.crypto.Cipher.getInstance(cipherName161).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1685].
try{
android.util.Log.d("cipherName-162", javax.crypto.Cipher.getInstance(cipherName162).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1695].
try{
android.util.Log.d("cipherName-163", javax.crypto.Cipher.getInstance(cipherName163).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1704].
try{
android.util.Log.d("cipherName-164", javax.crypto.Cipher.getInstance(cipherName164).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1714].
try{
android.util.Log.d("cipherName-165", javax.crypto.Cipher.getInstance(cipherName165).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1730].
try{
android.util.Log.d("cipherName-166", javax.crypto.Cipher.getInstance(cipherName166).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1739].
try{
android.util.Log.d("cipherName-167", javax.crypto.Cipher.getInstance(cipherName167).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1746].
try{
android.util.Log.d("cipherName-168", javax.crypto.Cipher.getInstance(cipherName168).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1755].
try{
android.util.Log.d("cipherName-169", javax.crypto.Cipher.getInstance(cipherName169).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1765].
try{
android.util.Log.d("cipherName-170", javax.crypto.Cipher.getInstance(cipherName170).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1772].
try{
android.util.Log.d("cipherName-171", javax.crypto.Cipher.getInstance(cipherName171).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1781].
try{
android.util.Log.d("cipherName-172", javax.crypto.Cipher.getInstance(cipherName172).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1791].
try{
android.util.Log.d("cipherName-173", javax.crypto.Cipher.getInstance(cipherName173).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1798].
try{
android.util.Log.d("cipherName-174", javax.crypto.Cipher.getInstance(cipherName174).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1807].
try{
android.util.Log.d("cipherName-175", javax.crypto.Cipher.getInstance(cipherName175).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1817].
try{
android.util.Log.d("cipherName-176", javax.crypto.Cipher.getInstance(cipherName176).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1824].
try{
android.util.Log.d("cipherName-177", javax.crypto.Cipher.getInstance(cipherName177).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1833].
try{
android.util.Log.d("cipherName-178", javax.crypto.Cipher.getInstance(cipherName178).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1843].
try{
android.util.Log.d("cipherName-179", javax.crypto.Cipher.getInstance(cipherName179).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1855].
try{
android.util.Log.d("cipherName-180", javax.crypto.Cipher.getInstance(cipherName180).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1864].
try{
android.util.Log.d("cipherName-181", javax.crypto.Cipher.getInstance(cipherName181).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1889].
try{
android.util.Log.d("cipherName-182", javax.crypto.Cipher.getInstance(cipherName182).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1896].
try{
android.util.Log.d("cipherName-183", javax.crypto.Cipher.getInstance(cipherName183).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1903].
try{
android.util.Log.d("cipherName-184", javax.crypto.Cipher.getInstance(cipherName184).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1911].
try{
android.util.Log.d("cipherName-185", javax.crypto.Cipher.getInstance(cipherName185).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line931].
try{
android.util.Log.d("cipherName-93", javax.crypto.Cipher.getInstance(cipherName93).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line937].
try{
android.util.Log.d("cipherName-94", javax.crypto.Cipher.getInstance(cipherName94).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line949].
try{
android.util.Log.d("cipherName-95", javax.crypto.Cipher.getInstance(cipherName95).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line957].
try{
android.util.Log.d("cipherName-96", javax.crypto.Cipher.getInstance(cipherName96).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line968].
try{
android.util.Log.d("cipherName-97", javax.crypto.Cipher.getInstance(cipherName97).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line976].
try{
android.util.Log.d("cipherName-98", javax.crypto.Cipher.getInstance(cipherName98).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line981].
try{
android.util.Log.d("cipherName-99", javax.crypto.Cipher.getInstance(cipherName99).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line988].
try{
android.util.Log.d("cipherName-100", javax.crypto.Cipher.getInstance(cipherName100).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line997].
try{
android.util.Log.d("cipherName-101", javax.crypto.Cipher.getInstance(cipherName101).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1005].
try{
android.util.Log.d("cipherName-102", javax.crypto.Cipher.getInstance(cipherName102).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1010].
try{
android.util.Log.d("cipherName-103", javax.crypto.Cipher.getInstance(cipherName103).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1017].
try{
android.util.Log.d("cipherName-104", javax.crypto.Cipher.getInstance(cipherName104).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1026].
try{
android.util.Log.d("cipherName-105", javax.crypto.Cipher.getInstance(cipherName105).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1034].
try{
android.util.Log.d("cipherName-106", javax.crypto.Cipher.getInstance(cipherName106).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1039].
try{
android.util.Log.d("cipherName-107", javax.crypto.Cipher.getInstance(cipherName107).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1046].
try{
android.util.Log.d("cipherName-108", javax.crypto.Cipher.getInstance(cipherName108).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1055].
try{
android.util.Log.d("cipherName-109", javax.crypto.Cipher.getInstance(cipherName109).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1063].
try{
android.util.Log.d("cipherName-110", javax.crypto.Cipher.getInstance(cipherName110).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1068].
try{
android.util.Log.d("cipherName-111", javax.crypto.Cipher.getInstance(cipherName111).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1075].
try{
android.util.Log.d("cipherName-112", javax.crypto.Cipher.getInstance(cipherName112).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1084].
try{
android.util.Log.d("cipherName-113", javax.crypto.Cipher.getInstance(cipherName113).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1091].
try{
android.util.Log.d("cipherName-114", javax.crypto.Cipher.getInstance(cipherName114).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1103].
try{
android.util.Log.d("cipherName-115", javax.crypto.Cipher.getInstance(cipherName115).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1109].
try{
android.util.Log.d("cipherName-116", javax.crypto.Cipher.getInstance(cipherName116).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1121].
try{
android.util.Log.d("cipherName-117", javax.crypto.Cipher.getInstance(cipherName117).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1129].
try{
android.util.Log.d("cipherName-118", javax.crypto.Cipher.getInstance(cipherName118).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1141].
try{
android.util.Log.d("cipherName-119", javax.crypto.Cipher.getInstance(cipherName119).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method new uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator(Context)
FileContactCreator.java:[line30].
try{
android.util.Log.d("cipherName-64", javax.crypto.Cipher.getInstance(cipherName64).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.addLine(ArrayList, String, Cursor, int)
FileContactCreator.java:[line1923].
try{
android.util.Log.d("cipherName-186", javax.crypto.Cipher.getInstance(cipherName186).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.addLine(ArrayList, String, Cursor, int)
FileContactCreator.java:[line1930].
try{
android.util.Log.d("cipherName-187", javax.crypto.Cipher.getInstance(cipherName187).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line564].
try{
android.util.Log.d("cipherName-78", javax.crypto.Cipher.getInstance(cipherName78).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line585].
try{
android.util.Log.d("cipherName-79", javax.crypto.Cipher.getInstance(cipherName79).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line626].
try{
android.util.Log.d("cipherName-80", javax.crypto.Cipher.getInstance(cipherName80).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line695].
try{
android.util.Log.d("cipherName-81", javax.crypto.Cipher.getInstance(cipherName81).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line705].
try{
android.util.Log.d("cipherName-82", javax.crypto.Cipher.getInstance(cipherName82).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2518].
try{
android.util.Log.d("cipherName-213", javax.crypto.Cipher.getInstance(cipherName213).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2526].
try{
android.util.Log.d("cipherName-214", javax.crypto.Cipher.getInstance(cipherName214).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2559].
try{
android.util.Log.d("cipherName-215", javax.crypto.Cipher.getInstance(cipherName215).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2576].
try{
android.util.Log.d("cipherName-216", javax.crypto.Cipher.getInstance(cipherName216).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2354].
try{
android.util.Log.d("cipherName-202", javax.crypto.Cipher.getInstance(cipherName202).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2362].
try{
android.util.Log.d("cipherName-203", javax.crypto.Cipher.getInstance(cipherName203).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2375].
try{
android.util.Log.d("cipherName-204", javax.crypto.Cipher.getInstance(cipherName204).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2382].
try{
android.util.Log.d("cipherName-205", javax.crypto.Cipher.getInstance(cipherName205).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2391].
try{
android.util.Log.d("cipherName-206", javax.crypto.Cipher.getInstance(cipherName206).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2406].
try{
android.util.Log.d("cipherName-207", javax.crypto.Cipher.getInstance(cipherName207).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2420].
try{
android.util.Log.d("cipherName-208", javax.crypto.Cipher.getInstance(cipherName208).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2442].
try{
android.util.Log.d("cipherName-209", javax.crypto.Cipher.getInstance(cipherName209).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2451].
try{
android.util.Log.d("cipherName-210", javax.crypto.Cipher.getInstance(cipherName210).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2484].
try{
android.util.Log.d("cipherName-211", javax.crypto.Cipher.getInstance(cipherName211).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2501].
try{
android.util.Log.d("cipherName-212", javax.crypto.Cipher.getInstance(cipherName212).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1962].
try{
android.util.Log.d("cipherName-188", javax.crypto.Cipher.getInstance(cipherName188).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1969].
try{
android.util.Log.d("cipherName-189", javax.crypto.Cipher.getInstance(cipherName189).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1985].
try{
android.util.Log.d("cipherName-190", javax.crypto.Cipher.getInstance(cipherName190).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1997].
try{
android.util.Log.d("cipherName-191", javax.crypto.Cipher.getInstance(cipherName191).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2004].
try{
android.util.Log.d("cipherName-192", javax.crypto.Cipher.getInstance(cipherName192).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2014].
try{
android.util.Log.d("cipherName-193", javax.crypto.Cipher.getInstance(cipherName193).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2055].
try{
android.util.Log.d("cipherName-194", javax.crypto.Cipher.getInstance(cipherName194).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2074].
try{
android.util.Log.d("cipherName-195", javax.crypto.Cipher.getInstance(cipherName195).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2110].
try{
android.util.Log.d("cipherName-196", javax.crypto.Cipher.getInstance(cipherName196).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2210].
try{
android.util.Log.d("cipherName-197", javax.crypto.Cipher.getInstance(cipherName197).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2249].
try{
android.util.Log.d("cipherName-198", javax.crypto.Cipher.getInstance(cipherName198).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2284].
try{
android.util.Log.d("cipherName-199", javax.crypto.Cipher.getInstance(cipherName199).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2331].
try{
android.util.Log.d("cipherName-200", javax.crypto.Cipher.getInstance(cipherName200).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2340].
try{
android.util.Log.d("cipherName-201", javax.crypto.Cipher.getInstance(cipherName201).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line743].
try{
android.util.Log.d("cipherName-83", javax.crypto.Cipher.getInstance(cipherName83).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line752].
try{
android.util.Log.d("cipherName-84", javax.crypto.Cipher.getInstance(cipherName84).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line760].
try{
android.util.Log.d("cipherName-85", javax.crypto.Cipher.getInstance(cipherName85).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line785].
try{
android.util.Log.d("cipherName-86", javax.crypto.Cipher.getInstance(cipherName86).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line794].
try{
android.util.Log.d("cipherName-87", javax.crypto.Cipher.getInstance(cipherName87).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line811].
try{
android.util.Log.d("cipherName-88", javax.crypto.Cipher.getInstance(cipherName88).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line831].
try{
android.util.Log.d("cipherName-89", javax.crypto.Cipher.getInstance(cipherName89).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line851].
try{
android.util.Log.d("cipherName-90", javax.crypto.Cipher.getInstance(cipherName90).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line871].
try{
android.util.Log.d("cipherName-91", javax.crypto.Cipher.getInstance(cipherName91).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line902].
try{
android.util.Log.d("cipherName-92", javax.crypto.Cipher.getInstance(cipherName92).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKcounty(String)
FileContactCreator.java:[line115].
try{
android.util.Log.d("cipherName-68", javax.crypto.Cipher.getInstance(cipherName68).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKcounty(String)
FileContactCreator.java:[line228].
try{
android.util.Log.d("cipherName-69", javax.crypto.Cipher.getInstance(cipherName69).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKcounty(String)
FileContactCreator.java:[line233].
try{
android.util.Log.d("cipherName-70", javax.crypto.Cipher.getInstance(cipherName70).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKregion(String)
FileContactCreator.java:[line244].
try{
android.util.Log.d("cipherName-71", javax.crypto.Cipher.getInstance(cipherName71).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKregion(String)
FileContactCreator.java:[line254].
try{
android.util.Log.d("cipherName-72", javax.crypto.Cipher.getInstance(cipherName72).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKregion(String)
FileContactCreator.java:[line259].
try{
android.util.Log.d("cipherName-73", javax.crypto.Cipher.getInstance(cipherName73).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUSstate(String)
FileContactCreator.java:[line39].
try{
android.util.Log.d("cipherName-65", javax.crypto.Cipher.getInstance(cipherName65).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUSstate(String)
FileContactCreator.java:[line100].
try{
android.util.Log.d("cipherName-66", javax.crypto.Cipher.getInstance(cipherName66).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUSstate(String)
FileContactCreator.java:[line105].
try{
android.util.Log.d("cipherName-67", javax.crypto.Cipher.getInstance(cipherName67).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2592].
try{
android.util.Log.d("cipherName-217", javax.crypto.Cipher.getInstance(cipherName217).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2599].
try{
android.util.Log.d("cipherName-218", javax.crypto.Cipher.getInstance(cipherName218).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2633].
try{
android.util.Log.d("cipherName-219", javax.crypto.Cipher.getInstance(cipherName219).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2650].
try{
android.util.Log.d("cipherName-220", javax.crypto.Cipher.getInstance(cipherName220).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.lookupCountry(int)
FileContactCreator.java:[line270].
try{
android.util.Log.d("cipherName-74", javax.crypto.Cipher.getInstance(cipherName74).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.lookupCountry(int)
FileContactCreator.java:[line522].
try{
android.util.Log.d("cipherName-76", javax.crypto.Cipher.getInstance(cipherName76).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.lookupCountry(int)
FileContactCreator.java:[line527].
try{
android.util.Log.d("cipherName-77", javax.crypto.Cipher.getInstance(cipherName77).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1187].
try{
android.util.Log.d("cipherName-120", javax.crypto.Cipher.getInstance(cipherName120).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1192].
try{
android.util.Log.d("cipherName-121", javax.crypto.Cipher.getInstance(cipherName121).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1208].
try{
android.util.Log.d("cipherName-122", javax.crypto.Cipher.getInstance(cipherName122).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1217].
try{
android.util.Log.d("cipherName-123", javax.crypto.Cipher.getInstance(cipherName123).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1229].
try{
android.util.Log.d("cipherName-124", javax.crypto.Cipher.getInstance(cipherName124).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1238].
try{
android.util.Log.d("cipherName-125", javax.crypto.Cipher.getInstance(cipherName125).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1250].
try{
android.util.Log.d("cipherName-126", javax.crypto.Cipher.getInstance(cipherName126).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1261].
try{
android.util.Log.d("cipherName-127", javax.crypto.Cipher.getInstance(cipherName127).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1275].
try{
android.util.Log.d("cipherName-128", javax.crypto.Cipher.getInstance(cipherName128).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1297].
try{
android.util.Log.d("cipherName-129", javax.crypto.Cipher.getInstance(cipherName129).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1305].
try{
android.util.Log.d("cipherName-130", javax.crypto.Cipher.getInstance(cipherName130).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1323].
try{
android.util.Log.d("cipherName-131", javax.crypto.Cipher.getInstance(cipherName131).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1341].
try{
android.util.Log.d("cipherName-132", javax.crypto.Cipher.getInstance(cipherName132).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1358].
try{
android.util.Log.d("cipherName-133", javax.crypto.Cipher.getInstance(cipherName133).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1365].
try{
android.util.Log.d("cipherName-134", javax.crypto.Cipher.getInstance(cipherName134).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1372].
try{
android.util.Log.d("cipherName-135", javax.crypto.Cipher.getInstance(cipherName135).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1381].
try{
android.util.Log.d("cipherName-136", javax.crypto.Cipher.getInstance(cipherName136).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1391].
try{
android.util.Log.d("cipherName-137", javax.crypto.Cipher.getInstance(cipherName137).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1401].
try{
android.util.Log.d("cipherName-138", javax.crypto.Cipher.getInstance(cipherName138).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1412].
try{
android.util.Log.d("cipherName-139", javax.crypto.Cipher.getInstance(cipherName139).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1422].
try{
android.util.Log.d("cipherName-140", javax.crypto.Cipher.getInstance(cipherName140).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1432].
try{
android.util.Log.d("cipherName-141", javax.crypto.Cipher.getInstance(cipherName141).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1444].
try{
android.util.Log.d("cipherName-142", javax.crypto.Cipher.getInstance(cipherName142).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1454].
try{
android.util.Log.d("cipherName-143", javax.crypto.Cipher.getInstance(cipherName143).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1466].
try{
android.util.Log.d("cipherName-144", javax.crypto.Cipher.getInstance(cipherName144).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1485].
try{
android.util.Log.d("cipherName-145", javax.crypto.Cipher.getInstance(cipherName145).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1493].
try{
android.util.Log.d("cipherName-146", javax.crypto.Cipher.getInstance(cipherName146).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1500].
try{
android.util.Log.d("cipherName-147", javax.crypto.Cipher.getInstance(cipherName147).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1515].
try{
android.util.Log.d("cipherName-148", javax.crypto.Cipher.getInstance(cipherName148).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1530].
try{
android.util.Log.d("cipherName-149", javax.crypto.Cipher.getInstance(cipherName149).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1540].
try{
android.util.Log.d("cipherName-150", javax.crypto.Cipher.getInstance(cipherName150).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1551].
try{
android.util.Log.d("cipherName-151", javax.crypto.Cipher.getInstance(cipherName151).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1562].
try{
android.util.Log.d("cipherName-152", javax.crypto.Cipher.getInstance(cipherName152).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1573].
try{
android.util.Log.d("cipherName-153", javax.crypto.Cipher.getInstance(cipherName153).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1588].
try{
android.util.Log.d("cipherName-154", javax.crypto.Cipher.getInstance(cipherName154).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1603].
try{
android.util.Log.d("cipherName-155", javax.crypto.Cipher.getInstance(cipherName155).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1615].
try{
android.util.Log.d("cipherName-156", javax.crypto.Cipher.getInstance(cipherName156).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1630].
try{
android.util.Log.d("cipherName-157", javax.crypto.Cipher.getInstance(cipherName157).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1644].
try{
android.util.Log.d("cipherName-158", javax.crypto.Cipher.getInstance(cipherName158).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1653].
try{
android.util.Log.d("cipherName-159", javax.crypto.Cipher.getInstance(cipherName159).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1663].
try{
android.util.Log.d("cipherName-160", javax.crypto.Cipher.getInstance(cipherName160).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1673].
try{
android.util.Log.d("cipherName-161", javax.crypto.Cipher.getInstance(cipherName161).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1685].
try{
android.util.Log.d("cipherName-162", javax.crypto.Cipher.getInstance(cipherName162).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1695].
try{
android.util.Log.d("cipherName-163", javax.crypto.Cipher.getInstance(cipherName163).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1704].
try{
android.util.Log.d("cipherName-164", javax.crypto.Cipher.getInstance(cipherName164).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1714].
try{
android.util.Log.d("cipherName-165", javax.crypto.Cipher.getInstance(cipherName165).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1730].
try{
android.util.Log.d("cipherName-166", javax.crypto.Cipher.getInstance(cipherName166).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1739].
try{
android.util.Log.d("cipherName-167", javax.crypto.Cipher.getInstance(cipherName167).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1746].
try{
android.util.Log.d("cipherName-168", javax.crypto.Cipher.getInstance(cipherName168).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1755].
try{
android.util.Log.d("cipherName-169", javax.crypto.Cipher.getInstance(cipherName169).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1765].
try{
android.util.Log.d("cipherName-170", javax.crypto.Cipher.getInstance(cipherName170).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1772].
try{
android.util.Log.d("cipherName-171", javax.crypto.Cipher.getInstance(cipherName171).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1781].
try{
android.util.Log.d("cipherName-172", javax.crypto.Cipher.getInstance(cipherName172).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1791].
try{
android.util.Log.d("cipherName-173", javax.crypto.Cipher.getInstance(cipherName173).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1798].
try{
android.util.Log.d("cipherName-174", javax.crypto.Cipher.getInstance(cipherName174).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1807].
try{
android.util.Log.d("cipherName-175", javax.crypto.Cipher.getInstance(cipherName175).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1817].
try{
android.util.Log.d("cipherName-176", javax.crypto.Cipher.getInstance(cipherName176).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1824].
try{
android.util.Log.d("cipherName-177", javax.crypto.Cipher.getInstance(cipherName177).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1833].
try{
android.util.Log.d("cipherName-178", javax.crypto.Cipher.getInstance(cipherName178).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1843].
try{
android.util.Log.d("cipherName-179", javax.crypto.Cipher.getInstance(cipherName179).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1855].
try{
android.util.Log.d("cipherName-180", javax.crypto.Cipher.getInstance(cipherName180).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1864].
try{
android.util.Log.d("cipherName-181", javax.crypto.Cipher.getInstance(cipherName181).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1889].
try{
android.util.Log.d("cipherName-182", javax.crypto.Cipher.getInstance(cipherName182).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1896].
try{
android.util.Log.d("cipherName-183", javax.crypto.Cipher.getInstance(cipherName183).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1903].
try{
android.util.Log.d("cipherName-184", javax.crypto.Cipher.getInstance(cipherName184).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1911].
try{
android.util.Log.d("cipherName-185", javax.crypto.Cipher.getInstance(cipherName185).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line931].
try{
android.util.Log.d("cipherName-93", javax.crypto.Cipher.getInstance(cipherName93).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line937].
try{
android.util.Log.d("cipherName-94", javax.crypto.Cipher.getInstance(cipherName94).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line949].
try{
android.util.Log.d("cipherName-95", javax.crypto.Cipher.getInstance(cipherName95).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line957].
try{
android.util.Log.d("cipherName-96", javax.crypto.Cipher.getInstance(cipherName96).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line968].
try{
android.util.Log.d("cipherName-97", javax.crypto.Cipher.getInstance(cipherName97).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line976].
try{
android.util.Log.d("cipherName-98", javax.crypto.Cipher.getInstance(cipherName98).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line981].
try{
android.util.Log.d("cipherName-99", javax.crypto.Cipher.getInstance(cipherName99).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line988].
try{
android.util.Log.d("cipherName-100", javax.crypto.Cipher.getInstance(cipherName100).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line997].
try{
android.util.Log.d("cipherName-101", javax.crypto.Cipher.getInstance(cipherName101).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1005].
try{
android.util.Log.d("cipherName-102", javax.crypto.Cipher.getInstance(cipherName102).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1010].
try{
android.util.Log.d("cipherName-103", javax.crypto.Cipher.getInstance(cipherName103).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1017].
try{
android.util.Log.d("cipherName-104", javax.crypto.Cipher.getInstance(cipherName104).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1026].
try{
android.util.Log.d("cipherName-105", javax.crypto.Cipher.getInstance(cipherName105).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1034].
try{
android.util.Log.d("cipherName-106", javax.crypto.Cipher.getInstance(cipherName106).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1039].
try{
android.util.Log.d("cipherName-107", javax.crypto.Cipher.getInstance(cipherName107).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1046].
try{
android.util.Log.d("cipherName-108", javax.crypto.Cipher.getInstance(cipherName108).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1055].
try{
android.util.Log.d("cipherName-109", javax.crypto.Cipher.getInstance(cipherName109).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1063].
try{
android.util.Log.d("cipherName-110", javax.crypto.Cipher.getInstance(cipherName110).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1068].
try{
android.util.Log.d("cipherName-111", javax.crypto.Cipher.getInstance(cipherName111).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1075].
try{
android.util.Log.d("cipherName-112", javax.crypto.Cipher.getInstance(cipherName112).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1084].
try{
android.util.Log.d("cipherName-113", javax.crypto.Cipher.getInstance(cipherName113).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1091].
try{
android.util.Log.d("cipherName-114", javax.crypto.Cipher.getInstance(cipherName114).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1103].
try{
android.util.Log.d("cipherName-115", javax.crypto.Cipher.getInstance(cipherName115).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1109].
try{
android.util.Log.d("cipherName-116", javax.crypto.Cipher.getInstance(cipherName116).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1121].
try{
android.util.Log.d("cipherName-117", javax.crypto.Cipher.getInstance(cipherName117).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1129].
try{
android.util.Log.d("cipherName-118", javax.crypto.Cipher.getInstance(cipherName118).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1141].
try{
android.util.Log.d("cipherName-119", javax.crypto.Cipher.getInstance(cipherName119).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileContactCreator.java:[lines 276-281]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator$1mccEntry
Method new uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator$1mccEntry(ContactCreator, int, String)
FileContactCreator.java:[line278].
try{
android.util.Log.d("cipherName-75", javax.crypto.Cipher.getInstance(cipherName75).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileContactCreator.java:[lines 276-281]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator$1mccEntry
Method new uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator$1mccEntry(ContactCreator, int, String)
FileContactCreator.java:[line278].
try{
android.util.Log.d("cipherName-75", javax.crypto.Cipher.getInstance(cipherName75).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method new uk.co.yahoo.p1rpp.calendartrigger.service.MuteService()
FileMuteService.java:[line84].
try{
android.util.Log.d("cipherName-960", javax.crypto.Cipher.getInstance(cipherName960).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line711].
try{
android.util.Log.d("cipherName-1009", javax.crypto.Cipher.getInstance(cipherName1009).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line725].
try{
android.util.Log.d("cipherName-1010", javax.crypto.Cipher.getInstance(cipherName1010).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line736].
try{
android.util.Log.d("cipherName-1011", javax.crypto.Cipher.getInstance(cipherName1011).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line744].
try{
android.util.Log.d("cipherName-1012", javax.crypto.Cipher.getInstance(cipherName1012).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line751].
try{
android.util.Log.d("cipherName-1013", javax.crypto.Cipher.getInstance(cipherName1013).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line772].
try{
android.util.Log.d("cipherName-1014", javax.crypto.Cipher.getInstance(cipherName1014).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line793].
try{
android.util.Log.d("cipherName-1015", javax.crypto.Cipher.getInstance(cipherName1015).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line802].
try{
android.util.Log.d("cipherName-1016", javax.crypto.Cipher.getInstance(cipherName1016).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line811].
try{
android.util.Log.d("cipherName-1017", javax.crypto.Cipher.getInstance(cipherName1017).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.PermissionFail(int)
FileMuteService.java:[line371].
try{
android.util.Log.d("cipherName-982", javax.crypto.Cipher.getInstance(cipherName982).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line618].
try{
android.util.Log.d("cipherName-1000", javax.crypto.Cipher.getInstance(cipherName1000).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line625].
try{
android.util.Log.d("cipherName-1001", javax.crypto.Cipher.getInstance(cipherName1001).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line636].
try{
android.util.Log.d("cipherName-1002", javax.crypto.Cipher.getInstance(cipherName1002).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line646].
try{
android.util.Log.d("cipherName-1003", javax.crypto.Cipher.getInstance(cipherName1003).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line658].
try{
android.util.Log.d("cipherName-1004", javax.crypto.Cipher.getInstance(cipherName1004).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line667].
try{
android.util.Log.d("cipherName-1005", javax.crypto.Cipher.getInstance(cipherName1005).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line677].
try{
android.util.Log.d("cipherName-1006", javax.crypto.Cipher.getInstance(cipherName1006).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line690].
try{
android.util.Log.d("cipherName-1007", javax.crypto.Cipher.getInstance(cipherName1007).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line700].
try{
android.util.Log.d("cipherName-1008", javax.crypto.Cipher.getInstance(cipherName1008).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line395].
try{
android.util.Log.d("cipherName-983", javax.crypto.Cipher.getInstance(cipherName983).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line406].
try{
android.util.Log.d("cipherName-984", javax.crypto.Cipher.getInstance(cipherName984).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line426].
try{
android.util.Log.d("cipherName-985", javax.crypto.Cipher.getInstance(cipherName985).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line440].
try{
android.util.Log.d("cipherName-986", javax.crypto.Cipher.getInstance(cipherName986).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line451].
try{
android.util.Log.d("cipherName-987", javax.crypto.Cipher.getInstance(cipherName987).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line458].
try{
android.util.Log.d("cipherName-988", javax.crypto.Cipher.getInstance(cipherName988).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1101].
try{
android.util.Log.d("cipherName-1038", javax.crypto.Cipher.getInstance(cipherName1038).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1108].
try{
android.util.Log.d("cipherName-1039", javax.crypto.Cipher.getInstance(cipherName1039).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1117].
try{
android.util.Log.d("cipherName-1040", javax.crypto.Cipher.getInstance(cipherName1040).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1127].
try{
android.util.Log.d("cipherName-1041", javax.crypto.Cipher.getInstance(cipherName1041).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1143].
try{
android.util.Log.d("cipherName-1042", javax.crypto.Cipher.getInstance(cipherName1042).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1153].
try{
android.util.Log.d("cipherName-1043", javax.crypto.Cipher.getInstance(cipherName1043).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1163].
try{
android.util.Log.d("cipherName-1044", javax.crypto.Cipher.getInstance(cipherName1044).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1172].
try{
android.util.Log.d("cipherName-1045", javax.crypto.Cipher.getInstance(cipherName1045).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1179].
try{
android.util.Log.d("cipherName-1046", javax.crypto.Cipher.getInstance(cipherName1046).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1191].
try{
android.util.Log.d("cipherName-1047", javax.crypto.Cipher.getInstance(cipherName1047).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line873].
try{
android.util.Log.d("cipherName-1022", javax.crypto.Cipher.getInstance(cipherName1022).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line880].
try{
android.util.Log.d("cipherName-1023", javax.crypto.Cipher.getInstance(cipherName1023).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line894].
try{
android.util.Log.d("cipherName-1024", javax.crypto.Cipher.getInstance(cipherName1024).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line901].
try{
android.util.Log.d("cipherName-1025", javax.crypto.Cipher.getInstance(cipherName1025).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line921].
try{
android.util.Log.d("cipherName-1026", javax.crypto.Cipher.getInstance(cipherName1026).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line935].
try{
android.util.Log.d("cipherName-1027", javax.crypto.Cipher.getInstance(cipherName1027).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line970].
try{
android.util.Log.d("cipherName-1028", javax.crypto.Cipher.getInstance(cipherName1028).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line978].
try{
android.util.Log.d("cipherName-1029", javax.crypto.Cipher.getInstance(cipherName1029).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line987].
try{
android.util.Log.d("cipherName-1030", javax.crypto.Cipher.getInstance(cipherName1030).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line997].
try{
android.util.Log.d("cipherName-1031", javax.crypto.Cipher.getInstance(cipherName1031).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1009].
try{
android.util.Log.d("cipherName-1032", javax.crypto.Cipher.getInstance(cipherName1032).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1041].
try{
android.util.Log.d("cipherName-1033", javax.crypto.Cipher.getInstance(cipherName1033).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1048].
try{
android.util.Log.d("cipherName-1034", javax.crypto.Cipher.getInstance(cipherName1034).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1063].
try{
android.util.Log.d("cipherName-1035", javax.crypto.Cipher.getInstance(cipherName1035).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1070].
try{
android.util.Log.d("cipherName-1036", javax.crypto.Cipher.getInstance(cipherName1036).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1080].
try{
android.util.Log.d("cipherName-1037", javax.crypto.Cipher.getInstance(cipherName1037).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line485].
try{
android.util.Log.d("cipherName-989", javax.crypto.Cipher.getInstance(cipherName989).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line492].
try{
android.util.Log.d("cipherName-990", javax.crypto.Cipher.getInstance(cipherName990).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line507].
try{
android.util.Log.d("cipherName-991", javax.crypto.Cipher.getInstance(cipherName991).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line521].
try{
android.util.Log.d("cipherName-992", javax.crypto.Cipher.getInstance(cipherName992).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line534].
try{
android.util.Log.d("cipherName-993", javax.crypto.Cipher.getInstance(cipherName993).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line541].
try{
android.util.Log.d("cipherName-994", javax.crypto.Cipher.getInstance(cipherName994).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line549].
try{
android.util.Log.d("cipherName-995", javax.crypto.Cipher.getInstance(cipherName995).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line559].
try{
android.util.Log.d("cipherName-996", javax.crypto.Cipher.getInstance(cipherName996).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line572].
try{
android.util.Log.d("cipherName-997", javax.crypto.Cipher.getInstance(cipherName997).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line584].
try{
android.util.Log.d("cipherName-998", javax.crypto.Cipher.getInstance(cipherName998).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line593].
try{
android.util.Log.d("cipherName-999", javax.crypto.Cipher.getInstance(cipherName999).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doReset()
FileMuteService.java:[line231].
try{
android.util.Log.d("cipherName-972", javax.crypto.Cipher.getInstance(cipherName972).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doReset()
FileMuteService.java:[line240].
try{
android.util.Log.d("cipherName-973", javax.crypto.Cipher.getInstance(cipherName973).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doReset()
FileMuteService.java:[line247].
try{
android.util.Log.d("cipherName-974", javax.crypto.Cipher.getInstance(cipherName974).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.emitNotification(String, String)
FileMuteService.java:[line332].
try{
android.util.Log.d("cipherName-980", javax.crypto.Cipher.getInstance(cipherName980).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.emitNotification(String, String)
FileMuteService.java:[line351].
try{
android.util.Log.d("cipherName-981", javax.crypto.Cipher.getInstance(cipherName981).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.lock()
FileMuteService.java:[line152].
try{
android.util.Log.d("cipherName-965", javax.crypto.Cipher.getInstance(cipherName965).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.lock()
FileMuteService.java:[line159].
try{
android.util.Log.d("cipherName-966", javax.crypto.Cipher.getInstance(cipherName966).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onAccuracyChanged(Sensor, int)
FileMuteService.java:[line265].
try{
android.util.Log.d("cipherName-975", javax.crypto.Cipher.getInstance(cipherName975).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onHandleIntent(Intent)
FileMuteService.java:[line2577].
try{
android.util.Log.d("cipherName-1140", javax.crypto.Cipher.getInstance(cipherName1140).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onHandleIntent(Intent)
FileMuteService.java:[line2586].
try{
android.util.Log.d("cipherName-1141", javax.crypto.Cipher.getInstance(cipherName1141).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onSensorChanged(SensorEvent)
FileMuteService.java:[line274].
try{
android.util.Log.d("cipherName-976", javax.crypto.Cipher.getInstance(cipherName976).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onSensorChanged(SensorEvent)
FileMuteService.java:[line283].
try{
android.util.Log.d("cipherName-977", javax.crypto.Cipher.getInstance(cipherName977).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onSensorChanged(SensorEvent)
FileMuteService.java:[line291].
try{
android.util.Log.d("cipherName-978", javax.crypto.Cipher.getInstance(cipherName978).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1205].
try{
android.util.Log.d("cipherName-1048", javax.crypto.Cipher.getInstance(cipherName1048).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1216].
try{
android.util.Log.d("cipherName-1049", javax.crypto.Cipher.getInstance(cipherName1049).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1226].
try{
android.util.Log.d("cipherName-1050", javax.crypto.Cipher.getInstance(cipherName1050).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1239].
try{
android.util.Log.d("cipherName-1051", javax.crypto.Cipher.getInstance(cipherName1051).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1249].
try{
android.util.Log.d("cipherName-1052", javax.crypto.Cipher.getInstance(cipherName1052).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1260].
try{
android.util.Log.d("cipherName-1053", javax.crypto.Cipher.getInstance(cipherName1053).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1274].
try{
android.util.Log.d("cipherName-1054", javax.crypto.Cipher.getInstance(cipherName1054).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1289].
try{
android.util.Log.d("cipherName-1055", javax.crypto.Cipher.getInstance(cipherName1055).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1302].
try{
android.util.Log.d("cipherName-1056", javax.crypto.Cipher.getInstance(cipherName1056).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1316].
try{
android.util.Log.d("cipherName-1057", javax.crypto.Cipher.getInstance(cipherName1057).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1332].
try{
android.util.Log.d("cipherName-1058", javax.crypto.Cipher.getInstance(cipherName1058).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startIfNecessary(Context, String)
FileMuteService.java:[line2598].
try{
android.util.Log.d("cipherName-1142", javax.crypto.Cipher.getInstance(cipherName1142).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line825].
try{
android.util.Log.d("cipherName-1018", javax.crypto.Cipher.getInstance(cipherName1018).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line834].
try{
android.util.Log.d("cipherName-1019", javax.crypto.Cipher.getInstance(cipherName1019).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line843].
try{
android.util.Log.d("cipherName-1020", javax.crypto.Cipher.getInstance(cipherName1020).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line860].
try{
android.util.Log.d("cipherName-1021", javax.crypto.Cipher.getInstance(cipherName1021).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line173].
try{
android.util.Log.d("cipherName-967", javax.crypto.Cipher.getInstance(cipherName967).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line183].
try{
android.util.Log.d("cipherName-968", javax.crypto.Cipher.getInstance(cipherName968).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line194].
try{
android.util.Log.d("cipherName-969", javax.crypto.Cipher.getInstance(cipherName969).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line205].
try{
android.util.Log.d("cipherName-970", javax.crypto.Cipher.getInstance(cipherName970).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line215].
try{
android.util.Log.d("cipherName-971", javax.crypto.Cipher.getInstance(cipherName971).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1376].
try{
android.util.Log.d("cipherName-1059", javax.crypto.Cipher.getInstance(cipherName1059).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1409].
try{
android.util.Log.d("cipherName-1060", javax.crypto.Cipher.getInstance(cipherName1060).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1447].
try{
android.util.Log.d("cipherName-1061", javax.crypto.Cipher.getInstance(cipherName1061).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1458].
try{
android.util.Log.d("cipherName-1062", javax.crypto.Cipher.getInstance(cipherName1062).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1465].
try{
android.util.Log.d("cipherName-1063", javax.crypto.Cipher.getInstance(cipherName1063).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1485].
try{
android.util.Log.d("cipherName-1064", javax.crypto.Cipher.getInstance(cipherName1064).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1494].
try{
android.util.Log.d("cipherName-1065", javax.crypto.Cipher.getInstance(cipherName1065).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1503].
try{
android.util.Log.d("cipherName-1066", javax.crypto.Cipher.getInstance(cipherName1066).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1516].
try{
android.util.Log.d("cipherName-1067", javax.crypto.Cipher.getInstance(cipherName1067).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1532].
try{
android.util.Log.d("cipherName-1068", javax.crypto.Cipher.getInstance(cipherName1068).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1542].
try{
android.util.Log.d("cipherName-1069", javax.crypto.Cipher.getInstance(cipherName1069).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1553].
try{
android.util.Log.d("cipherName-1070", javax.crypto.Cipher.getInstance(cipherName1070).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1562].
try{
android.util.Log.d("cipherName-1071", javax.crypto.Cipher.getInstance(cipherName1071).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1572].
try{
android.util.Log.d("cipherName-1072", javax.crypto.Cipher.getInstance(cipherName1072).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1584].
try{
android.util.Log.d("cipherName-1073", javax.crypto.Cipher.getInstance(cipherName1073).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1592].
try{
android.util.Log.d("cipherName-1074", javax.crypto.Cipher.getInstance(cipherName1074).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1607].
try{
android.util.Log.d("cipherName-1075", javax.crypto.Cipher.getInstance(cipherName1075).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1615].
try{
android.util.Log.d("cipherName-1076", javax.crypto.Cipher.getInstance(cipherName1076).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1622].
try{
android.util.Log.d("cipherName-1077", javax.crypto.Cipher.getInstance(cipherName1077).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1640].
try{
android.util.Log.d("cipherName-1078", javax.crypto.Cipher.getInstance(cipherName1078).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1652].
try{
android.util.Log.d("cipherName-1079", javax.crypto.Cipher.getInstance(cipherName1079).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1659].
try{
android.util.Log.d("cipherName-1080", javax.crypto.Cipher.getInstance(cipherName1080).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1666].
try{
android.util.Log.d("cipherName-1081", javax.crypto.Cipher.getInstance(cipherName1081).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1686].
try{
android.util.Log.d("cipherName-1082", javax.crypto.Cipher.getInstance(cipherName1082).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1694].
try{
android.util.Log.d("cipherName-1083", javax.crypto.Cipher.getInstance(cipherName1083).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1708].
try{
android.util.Log.d("cipherName-1084", javax.crypto.Cipher.getInstance(cipherName1084).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1721].
try{
android.util.Log.d("cipherName-1085", javax.crypto.Cipher.getInstance(cipherName1085).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1729].
try{
android.util.Log.d("cipherName-1086", javax.crypto.Cipher.getInstance(cipherName1086).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1736].
try{
android.util.Log.d("cipherName-1087", javax.crypto.Cipher.getInstance(cipherName1087).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1744].
try{
android.util.Log.d("cipherName-1088", javax.crypto.Cipher.getInstance(cipherName1088).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1758].
try{
android.util.Log.d("cipherName-1089", javax.crypto.Cipher.getInstance(cipherName1089).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1782].
try{
android.util.Log.d("cipherName-1090", javax.crypto.Cipher.getInstance(cipherName1090).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1795].
try{
android.util.Log.d("cipherName-1091", javax.crypto.Cipher.getInstance(cipherName1091).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1803].
try{
android.util.Log.d("cipherName-1092", javax.crypto.Cipher.getInstance(cipherName1092).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1820].
try{
android.util.Log.d("cipherName-1093", javax.crypto.Cipher.getInstance(cipherName1093).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1827].
try{
android.util.Log.d("cipherName-1094", javax.crypto.Cipher.getInstance(cipherName1094).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1847].
try{
android.util.Log.d("cipherName-1095", javax.crypto.Cipher.getInstance(cipherName1095).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1856].
try{
android.util.Log.d("cipherName-1096", javax.crypto.Cipher.getInstance(cipherName1096).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1865].
try{
android.util.Log.d("cipherName-1097", javax.crypto.Cipher.getInstance(cipherName1097).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1872].
try{
android.util.Log.d("cipherName-1098", javax.crypto.Cipher.getInstance(cipherName1098).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1894].
try{
android.util.Log.d("cipherName-1099", javax.crypto.Cipher.getInstance(cipherName1099).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1909].
try{
android.util.Log.d("cipherName-1100", javax.crypto.Cipher.getInstance(cipherName1100).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1920].
try{
android.util.Log.d("cipherName-1101", javax.crypto.Cipher.getInstance(cipherName1101).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1928].
try{
android.util.Log.d("cipherName-1102", javax.crypto.Cipher.getInstance(cipherName1102).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1945].
try{
android.util.Log.d("cipherName-1103", javax.crypto.Cipher.getInstance(cipherName1103).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1952].
try{
android.util.Log.d("cipherName-1104", javax.crypto.Cipher.getInstance(cipherName1104).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1971].
try{
android.util.Log.d("cipherName-1105", javax.crypto.Cipher.getInstance(cipherName1105).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1980].
try{
android.util.Log.d("cipherName-1106", javax.crypto.Cipher.getInstance(cipherName1106).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1988].
try{
android.util.Log.d("cipherName-1107", javax.crypto.Cipher.getInstance(cipherName1107).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1995].
try{
android.util.Log.d("cipherName-1108", javax.crypto.Cipher.getInstance(cipherName1108).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2012].
try{
android.util.Log.d("cipherName-1109", javax.crypto.Cipher.getInstance(cipherName1109).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2023].
try{
android.util.Log.d("cipherName-1110", javax.crypto.Cipher.getInstance(cipherName1110).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2037].
try{
android.util.Log.d("cipherName-1111", javax.crypto.Cipher.getInstance(cipherName1111).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2050].
try{
android.util.Log.d("cipherName-1112", javax.crypto.Cipher.getInstance(cipherName1112).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2067].
try{
android.util.Log.d("cipherName-1113", javax.crypto.Cipher.getInstance(cipherName1113).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2076].
try{
android.util.Log.d("cipherName-1114", javax.crypto.Cipher.getInstance(cipherName1114).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2087].
try{
android.util.Log.d("cipherName-1115", javax.crypto.Cipher.getInstance(cipherName1115).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2100].
try{
android.util.Log.d("cipherName-1116", javax.crypto.Cipher.getInstance(cipherName1116).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2108].
try{
android.util.Log.d("cipherName-1117", javax.crypto.Cipher.getInstance(cipherName1117).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2118].
try{
android.util.Log.d("cipherName-1118", javax.crypto.Cipher.getInstance(cipherName1118).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2126].
try{
android.util.Log.d("cipherName-1119", javax.crypto.Cipher.getInstance(cipherName1119).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2135].
try{
android.util.Log.d("cipherName-1120", javax.crypto.Cipher.getInstance(cipherName1120).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2150].
try{
android.util.Log.d("cipherName-1121", javax.crypto.Cipher.getInstance(cipherName1121).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2163].
try{
android.util.Log.d("cipherName-1122", javax.crypto.Cipher.getInstance(cipherName1122).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2173].
try{
android.util.Log.d("cipherName-1123", javax.crypto.Cipher.getInstance(cipherName1123).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2188].
try{
android.util.Log.d("cipherName-1124", javax.crypto.Cipher.getInstance(cipherName1124).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2201].
try{
android.util.Log.d("cipherName-1125", javax.crypto.Cipher.getInstance(cipherName1125).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2211].
try{
android.util.Log.d("cipherName-1126", javax.crypto.Cipher.getInstance(cipherName1126).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2227].
try{
android.util.Log.d("cipherName-1127", javax.crypto.Cipher.getInstance(cipherName1127).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2243].
try{
android.util.Log.d("cipherName-1128", javax.crypto.Cipher.getInstance(cipherName1128).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2264].
try{
android.util.Log.d("cipherName-1129", javax.crypto.Cipher.getInstance(cipherName1129).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2274].
try{
android.util.Log.d("cipherName-1130", javax.crypto.Cipher.getInstance(cipherName1130).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2290].
try{
android.util.Log.d("cipherName-1131", javax.crypto.Cipher.getInstance(cipherName1131).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2298].
try{
android.util.Log.d("cipherName-1132", javax.crypto.Cipher.getInstance(cipherName1132).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2313].
try{
android.util.Log.d("cipherName-1133", javax.crypto.Cipher.getInstance(cipherName1133).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2320].
try{
android.util.Log.d("cipherName-1134", javax.crypto.Cipher.getInstance(cipherName1134).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2329].
try{
android.util.Log.d("cipherName-1135", javax.crypto.Cipher.getInstance(cipherName1135).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2347].
try{
android.util.Log.d("cipherName-1136", javax.crypto.Cipher.getInstance(cipherName1136).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2355].
try{
android.util.Log.d("cipherName-1137", javax.crypto.Cipher.getInstance(cipherName1137).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2369].
try{
android.util.Log.d("cipherName-1138", javax.crypto.Cipher.getInstance(cipherName1138).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2376].
try{
android.util.Log.d("cipherName-1139", javax.crypto.Cipher.getInstance(cipherName1139).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method new uk.co.yahoo.p1rpp.calendartrigger.service.MuteService()
FileMuteService.java:[line84].
try{
android.util.Log.d("cipherName-960", javax.crypto.Cipher.getInstance(cipherName960).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line711].
try{
android.util.Log.d("cipherName-1009", javax.crypto.Cipher.getInstance(cipherName1009).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line725].
try{
android.util.Log.d("cipherName-1010", javax.crypto.Cipher.getInstance(cipherName1010).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line736].
try{
android.util.Log.d("cipherName-1011", javax.crypto.Cipher.getInstance(cipherName1011).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line744].
try{
android.util.Log.d("cipherName-1012", javax.crypto.Cipher.getInstance(cipherName1012).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line751].
try{
android.util.Log.d("cipherName-1013", javax.crypto.Cipher.getInstance(cipherName1013).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line772].
try{
android.util.Log.d("cipherName-1014", javax.crypto.Cipher.getInstance(cipherName1014).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line793].
try{
android.util.Log.d("cipherName-1015", javax.crypto.Cipher.getInstance(cipherName1015).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line802].
try{
android.util.Log.d("cipherName-1016", javax.crypto.Cipher.getInstance(cipherName1016).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line811].
try{
android.util.Log.d("cipherName-1017", javax.crypto.Cipher.getInstance(cipherName1017).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.PermissionFail(int)
FileMuteService.java:[line371].
try{
android.util.Log.d("cipherName-982", javax.crypto.Cipher.getInstance(cipherName982).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line618].
try{
android.util.Log.d("cipherName-1000", javax.crypto.Cipher.getInstance(cipherName1000).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line625].
try{
android.util.Log.d("cipherName-1001", javax.crypto.Cipher.getInstance(cipherName1001).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line636].
try{
android.util.Log.d("cipherName-1002", javax.crypto.Cipher.getInstance(cipherName1002).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line646].
try{
android.util.Log.d("cipherName-1003", javax.crypto.Cipher.getInstance(cipherName1003).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line658].
try{
android.util.Log.d("cipherName-1004", javax.crypto.Cipher.getInstance(cipherName1004).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line667].
try{
android.util.Log.d("cipherName-1005", javax.crypto.Cipher.getInstance(cipherName1005).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line677].
try{
android.util.Log.d("cipherName-1006", javax.crypto.Cipher.getInstance(cipherName1006).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line690].
try{
android.util.Log.d("cipherName-1007", javax.crypto.Cipher.getInstance(cipherName1007).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line700].
try{
android.util.Log.d("cipherName-1008", javax.crypto.Cipher.getInstance(cipherName1008).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line395].
try{
android.util.Log.d("cipherName-983", javax.crypto.Cipher.getInstance(cipherName983).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line406].
try{
android.util.Log.d("cipherName-984", javax.crypto.Cipher.getInstance(cipherName984).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line426].
try{
android.util.Log.d("cipherName-985", javax.crypto.Cipher.getInstance(cipherName985).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line440].
try{
android.util.Log.d("cipherName-986", javax.crypto.Cipher.getInstance(cipherName986).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line451].
try{
android.util.Log.d("cipherName-987", javax.crypto.Cipher.getInstance(cipherName987).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line458].
try{
android.util.Log.d("cipherName-988", javax.crypto.Cipher.getInstance(cipherName988).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1101].
try{
android.util.Log.d("cipherName-1038", javax.crypto.Cipher.getInstance(cipherName1038).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1108].
try{
android.util.Log.d("cipherName-1039", javax.crypto.Cipher.getInstance(cipherName1039).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1117].
try{
android.util.Log.d("cipherName-1040", javax.crypto.Cipher.getInstance(cipherName1040).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1127].
try{
android.util.Log.d("cipherName-1041", javax.crypto.Cipher.getInstance(cipherName1041).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1143].
try{
android.util.Log.d("cipherName-1042", javax.crypto.Cipher.getInstance(cipherName1042).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1153].
try{
android.util.Log.d("cipherName-1043", javax.crypto.Cipher.getInstance(cipherName1043).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1163].
try{
android.util.Log.d("cipherName-1044", javax.crypto.Cipher.getInstance(cipherName1044).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1172].
try{
android.util.Log.d("cipherName-1045", javax.crypto.Cipher.getInstance(cipherName1045).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1179].
try{
android.util.Log.d("cipherName-1046", javax.crypto.Cipher.getInstance(cipherName1046).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1191].
try{
android.util.Log.d("cipherName-1047", javax.crypto.Cipher.getInstance(cipherName1047).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line873].
try{
android.util.Log.d("cipherName-1022", javax.crypto.Cipher.getInstance(cipherName1022).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line880].
try{
android.util.Log.d("cipherName-1023", javax.crypto.Cipher.getInstance(cipherName1023).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line894].
try{
android.util.Log.d("cipherName-1024", javax.crypto.Cipher.getInstance(cipherName1024).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line901].
try{
android.util.Log.d("cipherName-1025", javax.crypto.Cipher.getInstance(cipherName1025).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line921].
try{
android.util.Log.d("cipherName-1026", javax.crypto.Cipher.getInstance(cipherName1026).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line935].
try{
android.util.Log.d("cipherName-1027", javax.crypto.Cipher.getInstance(cipherName1027).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line970].
try{
android.util.Log.d("cipherName-1028", javax.crypto.Cipher.getInstance(cipherName1028).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line978].
try{
android.util.Log.d("cipherName-1029", javax.crypto.Cipher.getInstance(cipherName1029).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line987].
try{
android.util.Log.d("cipherName-1030", javax.crypto.Cipher.getInstance(cipherName1030).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line997].
try{
android.util.Log.d("cipherName-1031", javax.crypto.Cipher.getInstance(cipherName1031).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1009].
try{
android.util.Log.d("cipherName-1032", javax.crypto.Cipher.getInstance(cipherName1032).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1041].
try{
android.util.Log.d("cipherName-1033", javax.crypto.Cipher.getInstance(cipherName1033).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1048].
try{
android.util.Log.d("cipherName-1034", javax.crypto.Cipher.getInstance(cipherName1034).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1063].
try{
android.util.Log.d("cipherName-1035", javax.crypto.Cipher.getInstance(cipherName1035).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1070].
try{
android.util.Log.d("cipherName-1036", javax.crypto.Cipher.getInstance(cipherName1036).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1080].
try{
android.util.Log.d("cipherName-1037", javax.crypto.Cipher.getInstance(cipherName1037).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line485].
try{
android.util.Log.d("cipherName-989", javax.crypto.Cipher.getInstance(cipherName989).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line492].
try{
android.util.Log.d("cipherName-990", javax.crypto.Cipher.getInstance(cipherName990).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line507].
try{
android.util.Log.d("cipherName-991", javax.crypto.Cipher.getInstance(cipherName991).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line521].
try{
android.util.Log.d("cipherName-992", javax.crypto.Cipher.getInstance(cipherName992).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line534].
try{
android.util.Log.d("cipherName-993", javax.crypto.Cipher.getInstance(cipherName993).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line541].
try{
android.util.Log.d("cipherName-994", javax.crypto.Cipher.getInstance(cipherName994).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line549].
try{
android.util.Log.d("cipherName-995", javax.crypto.Cipher.getInstance(cipherName995).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line559].
try{
android.util.Log.d("cipherName-996", javax.crypto.Cipher.getInstance(cipherName996).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line572].
try{
android.util.Log.d("cipherName-997", javax.crypto.Cipher.getInstance(cipherName997).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line584].
try{
android.util.Log.d("cipherName-998", javax.crypto.Cipher.getInstance(cipherName998).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line593].
try{
android.util.Log.d("cipherName-999", javax.crypto.Cipher.getInstance(cipherName999).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doReset()
FileMuteService.java:[line231].
try{
android.util.Log.d("cipherName-972", javax.crypto.Cipher.getInstance(cipherName972).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doReset()
FileMuteService.java:[line240].
try{
android.util.Log.d("cipherName-973", javax.crypto.Cipher.getInstance(cipherName973).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doReset()
FileMuteService.java:[line247].
try{
android.util.Log.d("cipherName-974", javax.crypto.Cipher.getInstance(cipherName974).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.emitNotification(String, String)
FileMuteService.java:[line332].
try{
android.util.Log.d("cipherName-980", javax.crypto.Cipher.getInstance(cipherName980).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.emitNotification(String, String)
FileMuteService.java:[line351].
try{
android.util.Log.d("cipherName-981", javax.crypto.Cipher.getInstance(cipherName981).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.lock()
FileMuteService.java:[line152].
try{
android.util.Log.d("cipherName-965", javax.crypto.Cipher.getInstance(cipherName965).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.lock()
FileMuteService.java:[line159].
try{
android.util.Log.d("cipherName-966", javax.crypto.Cipher.getInstance(cipherName966).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onAccuracyChanged(Sensor, int)
FileMuteService.java:[line265].
try{
android.util.Log.d("cipherName-975", javax.crypto.Cipher.getInstance(cipherName975).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onHandleIntent(Intent)
FileMuteService.java:[line2577].
try{
android.util.Log.d("cipherName-1140", javax.crypto.Cipher.getInstance(cipherName1140).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onHandleIntent(Intent)
FileMuteService.java:[line2586].
try{
android.util.Log.d("cipherName-1141", javax.crypto.Cipher.getInstance(cipherName1141).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onSensorChanged(SensorEvent)
FileMuteService.java:[line274].
try{
android.util.Log.d("cipherName-976", javax.crypto.Cipher.getInstance(cipherName976).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onSensorChanged(SensorEvent)
FileMuteService.java:[line283].
try{
android.util.Log.d("cipherName-977", javax.crypto.Cipher.getInstance(cipherName977).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onSensorChanged(SensorEvent)
FileMuteService.java:[line291].
try{
android.util.Log.d("cipherName-978", javax.crypto.Cipher.getInstance(cipherName978).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1205].
try{
android.util.Log.d("cipherName-1048", javax.crypto.Cipher.getInstance(cipherName1048).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1216].
try{
android.util.Log.d("cipherName-1049", javax.crypto.Cipher.getInstance(cipherName1049).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1226].
try{
android.util.Log.d("cipherName-1050", javax.crypto.Cipher.getInstance(cipherName1050).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1239].
try{
android.util.Log.d("cipherName-1051", javax.crypto.Cipher.getInstance(cipherName1051).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1249].
try{
android.util.Log.d("cipherName-1052", javax.crypto.Cipher.getInstance(cipherName1052).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1260].
try{
android.util.Log.d("cipherName-1053", javax.crypto.Cipher.getInstance(cipherName1053).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1274].
try{
android.util.Log.d("cipherName-1054", javax.crypto.Cipher.getInstance(cipherName1054).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1289].
try{
android.util.Log.d("cipherName-1055", javax.crypto.Cipher.getInstance(cipherName1055).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1302].
try{
android.util.Log.d("cipherName-1056", javax.crypto.Cipher.getInstance(cipherName1056).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1316].
try{
android.util.Log.d("cipherName-1057", javax.crypto.Cipher.getInstance(cipherName1057).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1332].
try{
android.util.Log.d("cipherName-1058", javax.crypto.Cipher.getInstance(cipherName1058).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startIfNecessary(Context, String)
FileMuteService.java:[line2598].
try{
android.util.Log.d("cipherName-1142", javax.crypto.Cipher.getInstance(cipherName1142).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line825].
try{
android.util.Log.d("cipherName-1018", javax.crypto.Cipher.getInstance(cipherName1018).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line834].
try{
android.util.Log.d("cipherName-1019", javax.crypto.Cipher.getInstance(cipherName1019).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line843].
try{
android.util.Log.d("cipherName-1020", javax.crypto.Cipher.getInstance(cipherName1020).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line860].
try{
android.util.Log.d("cipherName-1021", javax.crypto.Cipher.getInstance(cipherName1021).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line173].
try{
android.util.Log.d("cipherName-967", javax.crypto.Cipher.getInstance(cipherName967).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line183].
try{
android.util.Log.d("cipherName-968", javax.crypto.Cipher.getInstance(cipherName968).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line194].
try{
android.util.Log.d("cipherName-969", javax.crypto.Cipher.getInstance(cipherName969).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line205].
try{
android.util.Log.d("cipherName-970", javax.crypto.Cipher.getInstance(cipherName970).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line215].
try{
android.util.Log.d("cipherName-971", javax.crypto.Cipher.getInstance(cipherName971).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1376].
try{
android.util.Log.d("cipherName-1059", javax.crypto.Cipher.getInstance(cipherName1059).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1409].
try{
android.util.Log.d("cipherName-1060", javax.crypto.Cipher.getInstance(cipherName1060).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1447].
try{
android.util.Log.d("cipherName-1061", javax.crypto.Cipher.getInstance(cipherName1061).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1458].
try{
android.util.Log.d("cipherName-1062", javax.crypto.Cipher.getInstance(cipherName1062).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1465].
try{
android.util.Log.d("cipherName-1063", javax.crypto.Cipher.getInstance(cipherName1063).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1485].
try{
android.util.Log.d("cipherName-1064", javax.crypto.Cipher.getInstance(cipherName1064).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1494].
try{
android.util.Log.d("cipherName-1065", javax.crypto.Cipher.getInstance(cipherName1065).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1503].
try{
android.util.Log.d("cipherName-1066", javax.crypto.Cipher.getInstance(cipherName1066).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1516].
try{
android.util.Log.d("cipherName-1067", javax.crypto.Cipher.getInstance(cipherName1067).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1532].
try{
android.util.Log.d("cipherName-1068", javax.crypto.Cipher.getInstance(cipherName1068).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1542].
try{
android.util.Log.d("cipherName-1069", javax.crypto.Cipher.getInstance(cipherName1069).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1553].
try{
android.util.Log.d("cipherName-1070", javax.crypto.Cipher.getInstance(cipherName1070).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1562].
try{
android.util.Log.d("cipherName-1071", javax.crypto.Cipher.getInstance(cipherName1071).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1572].
try{
android.util.Log.d("cipherName-1072", javax.crypto.Cipher.getInstance(cipherName1072).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1584].
try{
android.util.Log.d("cipherName-1073", javax.crypto.Cipher.getInstance(cipherName1073).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1592].
try{
android.util.Log.d("cipherName-1074", javax.crypto.Cipher.getInstance(cipherName1074).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1607].
try{
android.util.Log.d("cipherName-1075", javax.crypto.Cipher.getInstance(cipherName1075).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1615].
try{
android.util.Log.d("cipherName-1076", javax.crypto.Cipher.getInstance(cipherName1076).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1622].
try{
android.util.Log.d("cipherName-1077", javax.crypto.Cipher.getInstance(cipherName1077).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1640].
try{
android.util.Log.d("cipherName-1078", javax.crypto.Cipher.getInstance(cipherName1078).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1652].
try{
android.util.Log.d("cipherName-1079", javax.crypto.Cipher.getInstance(cipherName1079).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1659].
try{
android.util.Log.d("cipherName-1080", javax.crypto.Cipher.getInstance(cipherName1080).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1666].
try{
android.util.Log.d("cipherName-1081", javax.crypto.Cipher.getInstance(cipherName1081).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1686].
try{
android.util.Log.d("cipherName-1082", javax.crypto.Cipher.getInstance(cipherName1082).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1694].
try{
android.util.Log.d("cipherName-1083", javax.crypto.Cipher.getInstance(cipherName1083).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1708].
try{
android.util.Log.d("cipherName-1084", javax.crypto.Cipher.getInstance(cipherName1084).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1721].
try{
android.util.Log.d("cipherName-1085", javax.crypto.Cipher.getInstance(cipherName1085).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1729].
try{
android.util.Log.d("cipherName-1086", javax.crypto.Cipher.getInstance(cipherName1086).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1736].
try{
android.util.Log.d("cipherName-1087", javax.crypto.Cipher.getInstance(cipherName1087).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1744].
try{
android.util.Log.d("cipherName-1088", javax.crypto.Cipher.getInstance(cipherName1088).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1758].
try{
android.util.Log.d("cipherName-1089", javax.crypto.Cipher.getInstance(cipherName1089).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1782].
try{
android.util.Log.d("cipherName-1090", javax.crypto.Cipher.getInstance(cipherName1090).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1795].
try{
android.util.Log.d("cipherName-1091", javax.crypto.Cipher.getInstance(cipherName1091).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1803].
try{
android.util.Log.d("cipherName-1092", javax.crypto.Cipher.getInstance(cipherName1092).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1820].
try{
android.util.Log.d("cipherName-1093", javax.crypto.Cipher.getInstance(cipherName1093).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1827].
try{
android.util.Log.d("cipherName-1094", javax.crypto.Cipher.getInstance(cipherName1094).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1847].
try{
android.util.Log.d("cipherName-1095", javax.crypto.Cipher.getInstance(cipherName1095).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1856].
try{
android.util.Log.d("cipherName-1096", javax.crypto.Cipher.getInstance(cipherName1096).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1865].
try{
android.util.Log.d("cipherName-1097", javax.crypto.Cipher.getInstance(cipherName1097).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1872].
try{
android.util.Log.d("cipherName-1098", javax.crypto.Cipher.getInstance(cipherName1098).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1894].
try{
android.util.Log.d("cipherName-1099", javax.crypto.Cipher.getInstance(cipherName1099).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1909].
try{
android.util.Log.d("cipherName-1100", javax.crypto.Cipher.getInstance(cipherName1100).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1920].
try{
android.util.Log.d("cipherName-1101", javax.crypto.Cipher.getInstance(cipherName1101).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1928].
try{
android.util.Log.d("cipherName-1102", javax.crypto.Cipher.getInstance(cipherName1102).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1945].
try{
android.util.Log.d("cipherName-1103", javax.crypto.Cipher.getInstance(cipherName1103).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1952].
try{
android.util.Log.d("cipherName-1104", javax.crypto.Cipher.getInstance(cipherName1104).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1971].
try{
android.util.Log.d("cipherName-1105", javax.crypto.Cipher.getInstance(cipherName1105).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1980].
try{
android.util.Log.d("cipherName-1106", javax.crypto.Cipher.getInstance(cipherName1106).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1988].
try{
android.util.Log.d("cipherName-1107", javax.crypto.Cipher.getInstance(cipherName1107).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1995].
try{
android.util.Log.d("cipherName-1108", javax.crypto.Cipher.getInstance(cipherName1108).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2012].
try{
android.util.Log.d("cipherName-1109", javax.crypto.Cipher.getInstance(cipherName1109).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2023].
try{
android.util.Log.d("cipherName-1110", javax.crypto.Cipher.getInstance(cipherName1110).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2037].
try{
android.util.Log.d("cipherName-1111", javax.crypto.Cipher.getInstance(cipherName1111).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2050].
try{
android.util.Log.d("cipherName-1112", javax.crypto.Cipher.getInstance(cipherName1112).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2067].
try{
android.util.Log.d("cipherName-1113", javax.crypto.Cipher.getInstance(cipherName1113).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2076].
try{
android.util.Log.d("cipherName-1114", javax.crypto.Cipher.getInstance(cipherName1114).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2087].
try{
android.util.Log.d("cipherName-1115", javax.crypto.Cipher.getInstance(cipherName1115).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2100].
try{
android.util.Log.d("cipherName-1116", javax.crypto.Cipher.getInstance(cipherName1116).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2108].
try{
android.util.Log.d("cipherName-1117", javax.crypto.Cipher.getInstance(cipherName1117).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2118].
try{
android.util.Log.d("cipherName-1118", javax.crypto.Cipher.getInstance(cipherName1118).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2126].
try{
android.util.Log.d("cipherName-1119", javax.crypto.Cipher.getInstance(cipherName1119).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2135].
try{
android.util.Log.d("cipherName-1120", javax.crypto.Cipher.getInstance(cipherName1120).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2150].
try{
android.util.Log.d("cipherName-1121", javax.crypto.Cipher.getInstance(cipherName1121).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2163].
try{
android.util.Log.d("cipherName-1122", javax.crypto.Cipher.getInstance(cipherName1122).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2173].
try{
android.util.Log.d("cipherName-1123", javax.crypto.Cipher.getInstance(cipherName1123).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2188].
try{
android.util.Log.d("cipherName-1124", javax.crypto.Cipher.getInstance(cipherName1124).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2201].
try{
android.util.Log.d("cipherName-1125", javax.crypto.Cipher.getInstance(cipherName1125).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2211].
try{
android.util.Log.d("cipherName-1126", javax.crypto.Cipher.getInstance(cipherName1126).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2227].
try{
android.util.Log.d("cipherName-1127", javax.crypto.Cipher.getInstance(cipherName1127).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2243].
try{
android.util.Log.d("cipherName-1128", javax.crypto.Cipher.getInstance(cipherName1128).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2264].
try{
android.util.Log.d("cipherName-1129", javax.crypto.Cipher.getInstance(cipherName1129).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2274].
try{
android.util.Log.d("cipherName-1130", javax.crypto.Cipher.getInstance(cipherName1130).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2290].
try{
android.util.Log.d("cipherName-1131", javax.crypto.Cipher.getInstance(cipherName1131).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2298].
try{
android.util.Log.d("cipherName-1132", javax.crypto.Cipher.getInstance(cipherName1132).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2313].
try{
android.util.Log.d("cipherName-1133", javax.crypto.Cipher.getInstance(cipherName1133).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2320].
try{
android.util.Log.d("cipherName-1134", javax.crypto.Cipher.getInstance(cipherName1134).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2329].
try{
android.util.Log.d("cipherName-1135", javax.crypto.Cipher.getInstance(cipherName1135).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2347].
try{
android.util.Log.d("cipherName-1136", javax.crypto.Cipher.getInstance(cipherName1136).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2355].
try{
android.util.Log.d("cipherName-1137", javax.crypto.Cipher.getInstance(cipherName1137).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2369].
try{
android.util.Log.d("cipherName-1138", javax.crypto.Cipher.getInstance(cipherName1138).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2376].
try{
android.util.Log.d("cipherName-1139", javax.crypto.Cipher.getInstance(cipherName1139).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line92].
try{
android.util.Log.d("cipherName-961", javax.crypto.Cipher.getInstance(cipherName961).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line100].
try{
android.util.Log.d("cipherName-962", javax.crypto.Cipher.getInstance(cipherName962).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line109].
try{
android.util.Log.d("cipherName-963", javax.crypto.Cipher.getInstance(cipherName963).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line123].
try{
android.util.Log.d("cipherName-964", javax.crypto.Cipher.getInstance(cipherName964).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line92].
try{
android.util.Log.d("cipherName-961", javax.crypto.Cipher.getInstance(cipherName961).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line100].
try{
android.util.Log.d("cipherName-962", javax.crypto.Cipher.getInstance(cipherName962).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line109].
try{
android.util.Log.d("cipherName-963", javax.crypto.Cipher.getInstance(cipherName963).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line123].
try{
android.util.Log.d("cipherName-964", javax.crypto.Cipher.getInstance(cipherName964).getAlgorithm());
CRITICAL
The cipher does not provide data integrity
FileMuteService.java:[lines 314-326]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$StartServiceReceiver
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$StartServiceReceiver.onReceive(Context, Intent)
FileMuteService.java:[line321].
try{
android.util.Log.d("cipherName-979", javax.crypto.Cipher.getInstance(cipherName979).getAlgorithm());
CRITICAL
The cipher uses ECB mode, which provides poor confidentiality for encrypted data
FileMuteService.java:[lines 314-326]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$StartServiceReceiver
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$StartServiceReceiver.onReceive(Context, Intent)
FileMuteService.java:[line321].
try{
android.util.Log.d("cipherName-979", javax.crypto.Cipher.getInstance(cipherName979).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain()
FileComparatorChain.java:[line62]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-0", javax.crypto.Cipher.getInstance(cipherName0).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator)
FileComparatorChain.java:[line77]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1", javax.crypto.Cipher.getInstance(cipherName1).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator, boolean)
FileComparatorChain.java:[line92]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-2", javax.crypto.Cipher.getInstance(cipherName2).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(Comparator, boolean)
FileComparatorChain.java:[line101]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-3", javax.crypto.Cipher.getInstance(cipherName3).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(List)
FileComparatorChain.java:[line120]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-4", javax.crypto.Cipher.getInstance(cipherName4).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method new uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain(List, BitSet)
FileComparatorChain.java:[line143]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-5", javax.crypto.Cipher.getInstance(cipherName5).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.addComparator(Comparator)
FileComparatorChain.java:[line160]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-6", javax.crypto.Cipher.getInstance(cipherName6).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.addComparator(Comparator, boolean)
FileComparatorChain.java:[line176]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-7", javax.crypto.Cipher.getInstance(cipherName7).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.addComparator(Comparator, boolean)
FileComparatorChain.java:[line185]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-8", javax.crypto.Cipher.getInstance(cipherName8).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkChainIntegrity()
FileComparatorChain.java:[line337]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-19", javax.crypto.Cipher.getInstance(cipherName19).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkChainIntegrity()
FileComparatorChain.java:[line343]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-20", javax.crypto.Cipher.getInstance(cipherName20).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkLocked()
FileComparatorChain.java:[line315]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-17", javax.crypto.Cipher.getInstance(cipherName17).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.checkLocked()
FileComparatorChain.java:[line321]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-18", javax.crypto.Cipher.getInstance(cipherName18).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.clear()
FileComparatorChain.java:[line517]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-35", javax.crypto.Cipher.getInstance(cipherName35).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line365]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-21", javax.crypto.Cipher.getInstance(cipherName21).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line371]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-22", javax.crypto.Cipher.getInstance(cipherName22).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line384]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-23", javax.crypto.Cipher.getInstance(cipherName23).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line392]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-24", javax.crypto.Cipher.getInstance(cipherName24).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line399]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-25", javax.crypto.Cipher.getInstance(cipherName25).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line405]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-26", javax.crypto.Cipher.getInstance(cipherName26).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.compare(Object, Object)
FileComparatorChain.java:[line412]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-27", javax.crypto.Cipher.getInstance(cipherName27).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line481]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-31", javax.crypto.Cipher.getInstance(cipherName31).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line487]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-32", javax.crypto.Cipher.getInstance(cipherName32).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line495]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-33", javax.crypto.Cipher.getInstance(cipherName33).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.equals(Object)
FileComparatorChain.java:[line503]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-34", javax.crypto.Cipher.getInstance(cipherName34).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.hashCode()
FileComparatorChain.java:[line438]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-28", javax.crypto.Cipher.getInstance(cipherName28).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.hashCode()
FileComparatorChain.java:[line445]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-29", javax.crypto.Cipher.getInstance(cipherName29).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.hashCode()
FileComparatorChain.java:[line453]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-30", javax.crypto.Cipher.getInstance(cipherName30).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.isLocked()
FileComparatorChain.java:[line301]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-16", javax.crypto.Cipher.getInstance(cipherName16).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator)
FileComparatorChain.java:[line204]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-9", javax.crypto.Cipher.getInstance(cipherName9).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator, boolean)
FileComparatorChain.java:[line221]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-10", javax.crypto.Cipher.getInstance(cipherName10).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator, boolean)
FileComparatorChain.java:[line230]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-11", javax.crypto.Cipher.getInstance(cipherName11).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setComparator(int, Comparator, boolean)
FileComparatorChain.java:[line237]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-12", javax.crypto.Cipher.getInstance(cipherName12).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setForwardSort(int)
FileComparatorChain.java:[line253]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-13", javax.crypto.Cipher.getInstance(cipherName13).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.setReverseSort(int)
FileComparatorChain.java:[line269]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-14", javax.crypto.Cipher.getInstance(cipherName14).getAlgorithm());
HIGH
DES should be replaced with AES
FileComparatorChain.java:[lines 45-522]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.ComparatorChain.size()
FileComparatorChain.java:[line284]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-15", javax.crypto.Cipher.getInstance(cipherName15).getAlgorithm());
HIGH
DES should be replaced with AES
FileDirectoryFileComparator.java:[lines 18-43]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator.compare(FileData, FileData)
FileDirectoryFileComparator.java:[line24]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-37", javax.crypto.Cipher.getInstance(cipherName37).getAlgorithm());
HIGH
DES should be replaced with AES
FileDirectoryFileComparator.java:[lines 18-43]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator.compare(FileData, FileData)
FileDirectoryFileComparator.java:[line30]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-38", javax.crypto.Cipher.getInstance(cipherName38).getAlgorithm());
HIGH
DES should be replaced with AES
FileDirectoryFileComparator.java:[lines 18-43]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.DirectoryFileComparator.compare(FileData, FileData)
FileDirectoryFileComparator.java:[line36]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-39", javax.crypto.Cipher.getInstance(cipherName39).getAlgorithm());
HIGH
DES should be replaced with AES
FileNameComparator.java:[lines 18-27]
Class uk.co.yahoo.p1rpp.calendartrigger.Comparator.NameComparator
Method uk.co.yahoo.p1rpp.calendartrigger.Comparator.NameComparator.compare(FileData, FileData)
FileNameComparator.java:[line24]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-36", javax.crypto.Cipher.getInstance(cipherName36).getAlgorithm());
HIGH
Files could be saved to external storage
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.()
FileMyLog.java:[line27].
private static final String LOGFILEDIRECTORY
= Environment.getExternalStorageDirectory().getPath()
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String)
FileMyLog.java:[line178]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-438", javax.crypto.Cipher.getInstance(cipherName438).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line114]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-432", javax.crypto.Cipher.getInstance(cipherName432).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line121]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-433", javax.crypto.Cipher.getInstance(cipherName433).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line130]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-434", javax.crypto.Cipher.getInstance(cipherName434).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line139]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-435", javax.crypto.Cipher.getInstance(cipherName435).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line148]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-436", javax.crypto.Cipher.getInstance(cipherName436).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line158]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-437", javax.crypto.Cipher.getInstance(cipherName437).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.LogFileName()
FileMyLog.java:[line35]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-426", javax.crypto.Cipher.getInstance(cipherName426).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.SettingsFileName()
FileMyLog.java:[line43]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-427", javax.crypto.Cipher.getInstance(cipherName427).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line52]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-428", javax.crypto.Cipher.getInstance(cipherName428).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line60]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-429", javax.crypto.Cipher.getInstance(cipherName429).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line67]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-430", javax.crypto.Cipher.getInstance(cipherName430).getAlgorithm());
HIGH
DES should be replaced with AES
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line90]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-431", javax.crypto.Cipher.getInstance(cipherName431).getAlgorithm());
HIGH
This API (java/io/File.(Ljava/lang/String;)V) reads a file whose location might be specified by user input
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method uk.co.yahoo.p1rpp.calendartrigger.MyLog.ensureLogDirectory(Context, String)
FileMyLog.java:[line55]
Sink method java/io/File.(Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LOGFILEDIRECTORY
FileMyLog.java:[line55].
}
File logdir = new File(LOGFILEDIRECTORY);
HIGH
This API (java/io/FileOutputStream.(Ljava/lang/String;Z)V) writes to a file whose location might be specified by user input
FileMyLog.java:[lines 27-182]
Class uk.co.yahoo.p1rpp.calendartrigger.MyLog
Method new uk.co.yahoo.p1rpp.calendartrigger.MyLog(Context, String, boolean)
FileMyLog.java:[line133]
Sink method java/io/FileOutputStream.(Ljava/lang/String;Z)V
Sink parameter 1
Unknown source java/io/File.getPath()Ljava/lang/String;
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LOGFILEDIRECTORY
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LOGFILE
FileMyLog.java:[line28]
FileMyLog.java:[line30]
FileMyLog.java:[line31]
FileMyLog.java:[line133]
FileMyLog.java:[line165].
}
FileOutputStream out = new FileOutputStream(LOGFILE, true);
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterConnection(Context, int)
FilePrefsManager.java:[line1231]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-304", javax.crypto.Cipher.getInstance(cipherName304).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterMetres(Context, int)
FilePrefsManager.java:[line1358]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-314", javax.crypto.Cipher.getInstance(cipherName314).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterMinutes(Context, int)
FilePrefsManager.java:[line1280]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-308", javax.crypto.Cipher.getInstance(cipherName308).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterOrientation(Context, int)
FilePrefsManager.java:[line1171]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-300", javax.crypto.Cipher.getInstance(cipherName300).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getAfterSteps(Context, int)
FilePrefsManager.java:[line1306]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-310", javax.crypto.Cipher.getInstance(cipherName310).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getBeforeConnection(Context, int)
FilePrefsManager.java:[line1254]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-306", javax.crypto.Cipher.getInstance(cipherName306).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getBeforeMinutes(Context, int)
FilePrefsManager.java:[line1137]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-298", javax.crypto.Cipher.getInstance(cipherName298).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getBeforeOrientation(Context, int)
FilePrefsManager.java:[line1194]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-302", javax.crypto.Cipher.getInstance(cipherName302).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCalendars(Context, int)
FilePrefsManager.java:[line871]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-281", javax.crypto.Cipher.getInstance(cipherName281).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCalendars(Context, int)
FilePrefsManager.java:[line885]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-282", javax.crypto.Cipher.getInstance(cipherName282).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassName(Context, int)
FilePrefsManager.java:[line684]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-266", javax.crypto.Cipher.getInstance(cipherName266).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassName(SharedPreferences, int)
FilePrefsManager.java:[line674]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-265", javax.crypto.Cipher.getInstance(cipherName265).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(Context, String)
FilePrefsManager.java:[line723]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-270", javax.crypto.Cipher.getInstance(cipherName270).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(SharedPreferences, String)
FilePrefsManager.java:[line695]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-267", javax.crypto.Cipher.getInstance(cipherName267).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(SharedPreferences, String)
FilePrefsManager.java:[line703]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-268", javax.crypto.Cipher.getInstance(cipherName268).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getClassNum(SharedPreferences, String)
FilePrefsManager.java:[line711]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-269", javax.crypto.Cipher.getInstance(cipherName269).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCurrentMode(Context)
FilePrefsManager.java:[line462]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-255", javax.crypto.Cipher.getInstance(cipherName255).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getCurrentMode(Context)
FilePrefsManager.java:[line469]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-256", javax.crypto.Cipher.getInstance(cipherName256).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getDefaultDir(Context)
FilePrefsManager.java:[line42]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-222", javax.crypto.Cipher.getInstance(cipherName222).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEnglishStateName(Context, int)
FilePrefsManager.java:[line541]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-258", javax.crypto.Cipher.getInstance(cipherName258).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventColour(Context, int)
FilePrefsManager.java:[line825]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-278", javax.crypto.Cipher.getInstance(cipherName278).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventDescription(Context, int)
FilePrefsManager.java:[line798]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-276", javax.crypto.Cipher.getInstance(cipherName276).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventLocation(Context, int)
FilePrefsManager.java:[line772]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-274", javax.crypto.Cipher.getInstance(cipherName274).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getEventName(Context, int)
FilePrefsManager.java:[line746]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-272", javax.crypto.Cipher.getInstance(cipherName272).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastActive(Context, int)
FilePrefsManager.java:[line1714]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-340", javax.crypto.Cipher.getInstance(cipherName340).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastAlarmTime(Context)
FilePrefsManager.java:[line427]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-254", javax.crypto.Cipher.getInstance(cipherName254).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastInvocationTime(Context)
FilePrefsManager.java:[line405]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-252", javax.crypto.Cipher.getInstance(cipherName252).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastRinger(Context)
FilePrefsManager.java:[line633]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-263", javax.crypto.Cipher.getInstance(cipherName263).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastTriggerEnd(Context, int)
FilePrefsManager.java:[line1633]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-334", javax.crypto.Cipher.getInstance(cipherName334).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLastcycleDate(Context)
FilePrefsManager.java:[line108]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-228", javax.crypto.Cipher.getInstance(cipherName228).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLatitude(Context, int)
FilePrefsManager.java:[line1394]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-316", javax.crypto.Cipher.getInstance(cipherName316).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLocationState(Context)
FilePrefsManager.java:[line233]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-238", javax.crypto.Cipher.getInstance(cipherName238).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLogcycleMode(Context)
FilePrefsManager.java:[line86]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-226", javax.crypto.Cipher.getInstance(cipherName226).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLoggingMode(Context)
FilePrefsManager.java:[line64]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-224", javax.crypto.Cipher.getInstance(cipherName224).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getLongitude(Context, int)
FilePrefsManager.java:[line1421]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-318", javax.crypto.Cipher.getInstance(cipherName318).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getMuteResult(Context)
FilePrefsManager.java:[line157]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-232", javax.crypto.Cipher.getInstance(cipherName232).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNewClass(Context)
FilePrefsManager.java:[line358]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-248", javax.crypto.Cipher.getInstance(cipherName248).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNewClass(Context)
FilePrefsManager.java:[line369]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-249", javax.crypto.Cipher.getInstance(cipherName249).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNewClass(Context)
FilePrefsManager.java:[line376]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-250", javax.crypto.Cipher.getInstance(cipherName250).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNextLocationMode(Context)
FilePrefsManager.java:[line130]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-230", javax.crypto.Cipher.getInstance(cipherName230).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNotifiedCannotReadPhoneState(Context)
FilePrefsManager.java:[line211]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-236", javax.crypto.Cipher.getInstance(cipherName236).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNotifyEnd(Context, int)
FilePrefsManager.java:[line1526]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-326", javax.crypto.Cipher.getInstance(cipherName326).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNotifyStart(Context, int)
FilePrefsManager.java:[line1447]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-320", javax.crypto.Cipher.getInstance(cipherName320).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNumClasses(Context)
FilePrefsManager.java:[line324]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-245", javax.crypto.Cipher.getInstance(cipherName245).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNumClasses(SharedPreferences)
FilePrefsManager.java:[line304]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-243", javax.crypto.Cipher.getInstance(cipherName243).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getNumClasses(SharedPreferences)
FilePrefsManager.java:[line312]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-244", javax.crypto.Cipher.getInstance(cipherName244).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getOrientationState(Context)
FilePrefsManager.java:[line292]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-242", javax.crypto.Cipher.getInstance(cipherName242).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getPhoneState(Context)
FilePrefsManager.java:[line186]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-234", javax.crypto.Cipher.getInstance(cipherName234).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getPlaysoundEnd(Context, int)
FilePrefsManager.java:[line1553]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-328", javax.crypto.Cipher.getInstance(cipherName328).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getPlaysoundStart(Context, int)
FilePrefsManager.java:[line1474]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-322", javax.crypto.Cipher.getInstance(cipherName322).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRestoreRinger(Context, int)
FilePrefsManager.java:[line1111]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-296", javax.crypto.Cipher.getInstance(cipherName296).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRingerAction(Context, int)
FilePrefsManager.java:[line1068]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-294", javax.crypto.Cipher.getInstance(cipherName294).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRingerSetting(Context, int)
FilePrefsManager.java:[line568]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-259", javax.crypto.Cipher.getInstance(cipherName259).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getRingerStateName(Context, int)
FilePrefsManager.java:[line505]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-257", javax.crypto.Cipher.getInstance(cipherName257).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getSoundFileEnd(Context, int)
FilePrefsManager.java:[line1579]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-330", javax.crypto.Cipher.getInstance(cipherName330).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getSoundFileStart(Context, int)
FilePrefsManager.java:[line1500]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-324", javax.crypto.Cipher.getInstance(cipherName324).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getStepCount(Context)
FilePrefsManager.java:[line267]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-240", javax.crypto.Cipher.getInstance(cipherName240).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getTargetSteps(Context, int)
FilePrefsManager.java:[line1332]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-312", javax.crypto.Cipher.getInstance(cipherName312).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getUserRinger(Context)
FilePrefsManager.java:[line593]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-261", javax.crypto.Cipher.getInstance(cipherName261).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherAttendees(Context, int)
FilePrefsManager.java:[line1041]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-292", javax.crypto.Cipher.getInstance(cipherName292).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherBusy(Context, int)
FilePrefsManager.java:[line916]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-284", javax.crypto.Cipher.getInstance(cipherName284).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherOrganiser(Context, int)
FilePrefsManager.java:[line978]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-288", javax.crypto.Cipher.getInstance(cipherName288).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherPublic(Context, int)
FilePrefsManager.java:[line1009]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-290", javax.crypto.Cipher.getInstance(cipherName290).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.getWhetherRecurrent(Context, int)
FilePrefsManager.java:[line947]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-286", javax.crypto.Cipher.getInstance(cipherName286).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassActive(Context, int)
FilePrefsManager.java:[line1660]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-336", javax.crypto.Cipher.getInstance(cipherName336).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassTriggered(Context, int)
FilePrefsManager.java:[line1606]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-332", javax.crypto.Cipher.getInstance(cipherName332).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassUsed(Context, int)
FilePrefsManager.java:[line347]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-247", javax.crypto.Cipher.getInstance(cipherName247).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassUsed(SharedPreferences, int)
FilePrefsManager.java:[line337]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-246", javax.crypto.Cipher.getInstance(cipherName246).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.isClassWaiting(Context, int)
FilePrefsManager.java:[line1687]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-338", javax.crypto.Cipher.getInstance(cipherName338).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1902]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-350", javax.crypto.Cipher.getInstance(cipherName350).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1912]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-351", javax.crypto.Cipher.getInstance(cipherName351).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1918]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-352", javax.crypto.Cipher.getInstance(cipherName352).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1924]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-353", javax.crypto.Cipher.getInstance(cipherName353).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1933]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-354", javax.crypto.Cipher.getInstance(cipherName354).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1940]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-355", javax.crypto.Cipher.getInstance(cipherName355).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1949]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-356", javax.crypto.Cipher.getInstance(cipherName356).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1959]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-357", javax.crypto.Cipher.getInstance(cipherName357).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1966]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-358", javax.crypto.Cipher.getInstance(cipherName358).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1975]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-359", javax.crypto.Cipher.getInstance(cipherName359).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1985]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-360", javax.crypto.Cipher.getInstance(cipherName360).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line1995]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-361", javax.crypto.Cipher.getInstance(cipherName361).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2004]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-362", javax.crypto.Cipher.getInstance(cipherName362).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2013]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-363", javax.crypto.Cipher.getInstance(cipherName363).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2022]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-364", javax.crypto.Cipher.getInstance(cipherName364).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2031]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-365", javax.crypto.Cipher.getInstance(cipherName365).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2041]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-366", javax.crypto.Cipher.getInstance(cipherName366).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2048]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-367", javax.crypto.Cipher.getInstance(cipherName367).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2056]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-368", javax.crypto.Cipher.getInstance(cipherName368).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2064]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-369", javax.crypto.Cipher.getInstance(cipherName369).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2072]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-370", javax.crypto.Cipher.getInstance(cipherName370).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2081]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-371", javax.crypto.Cipher.getInstance(cipherName371).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2089]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-372", javax.crypto.Cipher.getInstance(cipherName372).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2096]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-373", javax.crypto.Cipher.getInstance(cipherName373).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2104]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-374", javax.crypto.Cipher.getInstance(cipherName374).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2112]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-375", javax.crypto.Cipher.getInstance(cipherName375).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2120]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-376", javax.crypto.Cipher.getInstance(cipherName376).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2128]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-377", javax.crypto.Cipher.getInstance(cipherName377).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2136]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-378", javax.crypto.Cipher.getInstance(cipherName378).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2144]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-379", javax.crypto.Cipher.getInstance(cipherName379).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2152]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-380", javax.crypto.Cipher.getInstance(cipherName380).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2160]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-381", javax.crypto.Cipher.getInstance(cipherName381).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2168]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-382", javax.crypto.Cipher.getInstance(cipherName382).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2176]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-383", javax.crypto.Cipher.getInstance(cipherName383).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2184]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-384", javax.crypto.Cipher.getInstance(cipherName384).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2191]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-385", javax.crypto.Cipher.getInstance(cipherName385).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2200]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-386", javax.crypto.Cipher.getInstance(cipherName386).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2210]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-387", javax.crypto.Cipher.getInstance(cipherName387).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2217]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-388", javax.crypto.Cipher.getInstance(cipherName388).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2225]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-389", javax.crypto.Cipher.getInstance(cipherName389).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2233]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-390", javax.crypto.Cipher.getInstance(cipherName390).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2240]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-391", javax.crypto.Cipher.getInstance(cipherName391).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2248]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-392", javax.crypto.Cipher.getInstance(cipherName392).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2256]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-393", javax.crypto.Cipher.getInstance(cipherName393).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2263]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-394", javax.crypto.Cipher.getInstance(cipherName394).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2271]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-395", javax.crypto.Cipher.getInstance(cipherName395).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2279]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-396", javax.crypto.Cipher.getInstance(cipherName396).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2286]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-397", javax.crypto.Cipher.getInstance(cipherName397).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2294]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-398", javax.crypto.Cipher.getInstance(cipherName398).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2302]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-399", javax.crypto.Cipher.getInstance(cipherName399).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2309]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-400", javax.crypto.Cipher.getInstance(cipherName400).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2317]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-401", javax.crypto.Cipher.getInstance(cipherName401).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2325]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-402", javax.crypto.Cipher.getInstance(cipherName402).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2332]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-403", javax.crypto.Cipher.getInstance(cipherName403).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2340]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-404", javax.crypto.Cipher.getInstance(cipherName404).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2348]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-405", javax.crypto.Cipher.getInstance(cipherName405).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2355]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-406", javax.crypto.Cipher.getInstance(cipherName406).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2363]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-407", javax.crypto.Cipher.getInstance(cipherName407).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2371]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-408", javax.crypto.Cipher.getInstance(cipherName408).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2378]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-409", javax.crypto.Cipher.getInstance(cipherName409).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2386]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-410", javax.crypto.Cipher.getInstance(cipherName410).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2394]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-411", javax.crypto.Cipher.getInstance(cipherName411).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2401]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-412", javax.crypto.Cipher.getInstance(cipherName412).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2410]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-413", javax.crypto.Cipher.getInstance(cipherName413).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2420]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-414", javax.crypto.Cipher.getInstance(cipherName414).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2427]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-415", javax.crypto.Cipher.getInstance(cipherName415).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2436]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-416", javax.crypto.Cipher.getInstance(cipherName416).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2446]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-417", javax.crypto.Cipher.getInstance(cipherName417).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2453]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-418", javax.crypto.Cipher.getInstance(cipherName418).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2462]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-419", javax.crypto.Cipher.getInstance(cipherName419).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2472]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-420", javax.crypto.Cipher.getInstance(cipherName420).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2479]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-421", javax.crypto.Cipher.getInstance(cipherName421).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2488]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-422", javax.crypto.Cipher.getInstance(cipherName422).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2498]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-423", javax.crypto.Cipher.getInstance(cipherName423).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2507]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-424", javax.crypto.Cipher.getInstance(cipherName424).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.loadSettings(Context, BufferedReader)
FilePrefsManager.java:[line2516]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-425", javax.crypto.Cipher.getInstance(cipherName425).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.putCalendars(Context, int, ArrayList)
FilePrefsManager.java:[line842]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-279", javax.crypto.Cipher.getInstance(cipherName279).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.putCalendars(Context, int, ArrayList)
FilePrefsManager.java:[line853]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-280", javax.crypto.Cipher.getInstance(cipherName280).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.removeClass(Context, String)
FilePrefsManager.java:[line1765]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-342", javax.crypto.Cipher.getInstance(cipherName342).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.removeClass(SharedPreferences, int)
FilePrefsManager.java:[line1725]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-341", javax.crypto.Cipher.getInstance(cipherName341).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveClassSettings(Context, PrintStream, int)
FilePrefsManager.java:[line1777]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-343", javax.crypto.Cipher.getInstance(cipherName343).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1840]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-344", javax.crypto.Cipher.getInstance(cipherName344).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1847]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-345", javax.crypto.Cipher.getInstance(cipherName345).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1858]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-346", javax.crypto.Cipher.getInstance(cipherName346).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1866]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-347", javax.crypto.Cipher.getInstance(cipherName347).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1882]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-348", javax.crypto.Cipher.getInstance(cipherName348).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.saveSettings(Context, PrintStream)
FilePrefsManager.java:[line1889]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-349", javax.crypto.Cipher.getInstance(cipherName349).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterConnection(Context, int, int)
FilePrefsManager.java:[line1220]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-303", javax.crypto.Cipher.getInstance(cipherName303).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterMetres(Context, int, int)
FilePrefsManager.java:[line1347]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-313", javax.crypto.Cipher.getInstance(cipherName313).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterMinutes(Context, int, int)
FilePrefsManager.java:[line1269]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-307", javax.crypto.Cipher.getInstance(cipherName307).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterOrientation(Context, int, int)
FilePrefsManager.java:[line1160]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-299", javax.crypto.Cipher.getInstance(cipherName299).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setAfterSteps(Context, int, int)
FilePrefsManager.java:[line1295]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-309", javax.crypto.Cipher.getInstance(cipherName309).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setBeforeConnection(Context, int, int)
FilePrefsManager.java:[line1243]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-305", javax.crypto.Cipher.getInstance(cipherName305).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setBeforeMinutes(Context, int, int)
FilePrefsManager.java:[line1126]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-297", javax.crypto.Cipher.getInstance(cipherName297).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setBeforeOrientation(Context, int, int)
FilePrefsManager.java:[line1183]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-301", javax.crypto.Cipher.getInstance(cipherName301).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassActive(Context, int, boolean)
FilePrefsManager.java:[line1649]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-335", javax.crypto.Cipher.getInstance(cipherName335).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassName(Context, int, String)
FilePrefsManager.java:[line663]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-264", javax.crypto.Cipher.getInstance(cipherName264).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassTriggered(Context, int, boolean)
FilePrefsManager.java:[line1595]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-331", javax.crypto.Cipher.getInstance(cipherName331).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setClassWaiting(Context, int, boolean)
FilePrefsManager.java:[line1676]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-337", javax.crypto.Cipher.getInstance(cipherName337).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setDefaultDir(Context, String)
FilePrefsManager.java:[line32]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-221", javax.crypto.Cipher.getInstance(cipherName221).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventColour(Context, int, String)
FilePrefsManager.java:[line814]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-277", javax.crypto.Cipher.getInstance(cipherName277).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventDescription(Context, int, String)
FilePrefsManager.java:[line787]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-275", javax.crypto.Cipher.getInstance(cipherName275).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventLocation(Context, int, String)
FilePrefsManager.java:[line761]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-273", javax.crypto.Cipher.getInstance(cipherName273).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setEventName(Context, int, String)
FilePrefsManager.java:[line735]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-271", javax.crypto.Cipher.getInstance(cipherName271).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastActive(Context, int, String)
FilePrefsManager.java:[line1703]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-339", javax.crypto.Cipher.getInstance(cipherName339).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastAlarmTime(Context, long)
FilePrefsManager.java:[line417]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-253", javax.crypto.Cipher.getInstance(cipherName253).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastCycleDate(Context, long)
FilePrefsManager.java:[line98]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-227", javax.crypto.Cipher.getInstance(cipherName227).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastInvocationTime(Context, long)
FilePrefsManager.java:[line395]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-251", javax.crypto.Cipher.getInstance(cipherName251).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastRinger(Context, int)
FilePrefsManager.java:[line622]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-262", javax.crypto.Cipher.getInstance(cipherName262).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLastTriggerEnd(Context, int, long)
FilePrefsManager.java:[line1622]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-333", javax.crypto.Cipher.getInstance(cipherName333).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLatitude(Context, int, double)
FilePrefsManager.java:[line1382]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-315", javax.crypto.Cipher.getInstance(cipherName315).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLocationState(Context, boolean)
FilePrefsManager.java:[line223]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-237", javax.crypto.Cipher.getInstance(cipherName237).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLogCycleMode(Context, boolean)
FilePrefsManager.java:[line76]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-225", javax.crypto.Cipher.getInstance(cipherName225).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLoggingMode(Context, boolean)
FilePrefsManager.java:[line54]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-223", javax.crypto.Cipher.getInstance(cipherName223).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setLongitude(Context, int, double)
FilePrefsManager.java:[line1410]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-317", javax.crypto.Cipher.getInstance(cipherName317).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setMuteResult(Context, int)
FilePrefsManager.java:[line147]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-231", javax.crypto.Cipher.getInstance(cipherName231).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNextLocationMode(Context, boolean)
FilePrefsManager.java:[line120]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-229", javax.crypto.Cipher.getInstance(cipherName229).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNotifiedCannotReadPhoneState(Context, boolean)
FilePrefsManager.java:[line200]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-235", javax.crypto.Cipher.getInstance(cipherName235).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNotifyEnd(Context, int, boolean)
FilePrefsManager.java:[line1515]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-325", javax.crypto.Cipher.getInstance(cipherName325).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setNotifyStart(Context, int, boolean)
FilePrefsManager.java:[line1436]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-319", javax.crypto.Cipher.getInstance(cipherName319).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setOrientationState(Context, int)
FilePrefsManager.java:[line282]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-241", javax.crypto.Cipher.getInstance(cipherName241).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setPhoneState(Context, int)
FilePrefsManager.java:[line176]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-233", javax.crypto.Cipher.getInstance(cipherName233).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setPlaysoundEnd(Context, int, boolean)
FilePrefsManager.java:[line1541]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-327", javax.crypto.Cipher.getInstance(cipherName327).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setPlaysoundStart(Context, int, boolean)
FilePrefsManager.java:[line1462]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-321", javax.crypto.Cipher.getInstance(cipherName321).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setRestoreRinger(Context, int, boolean)
FilePrefsManager.java:[line1100]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-295", javax.crypto.Cipher.getInstance(cipherName295).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setRingerAction(Context, int, int)
FilePrefsManager.java:[line1055]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-293", javax.crypto.Cipher.getInstance(cipherName293).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setSoundFileEnd(Context, int, String)
FilePrefsManager.java:[line1568]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-329", javax.crypto.Cipher.getInstance(cipherName329).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setSoundFileStart(Context, int, String)
FilePrefsManager.java:[line1489]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-323", javax.crypto.Cipher.getInstance(cipherName323).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setStepCount(Context, int)
FilePrefsManager.java:[line257]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-239", javax.crypto.Cipher.getInstance(cipherName239).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setTargetSteps(Context, int, int)
FilePrefsManager.java:[line1321]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-311", javax.crypto.Cipher.getInstance(cipherName311).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setUserRinger(Context, int)
FilePrefsManager.java:[line582]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-260", javax.crypto.Cipher.getInstance(cipherName260).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherAttendees(Context, int, int)
FilePrefsManager.java:[line1030]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-291", javax.crypto.Cipher.getInstance(cipherName291).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherBusy(Context, int, int)
FilePrefsManager.java:[line905]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-283", javax.crypto.Cipher.getInstance(cipherName283).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherOrganiser(Context, int, int)
FilePrefsManager.java:[line967]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-287", javax.crypto.Cipher.getInstance(cipherName287).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherPublic(Context, int, int)
FilePrefsManager.java:[line998]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-289", javax.crypto.Cipher.getInstance(cipherName289).getAlgorithm());
HIGH
DES should be replaced with AES
FilePrefsManager.java:[lines 23-2524]
Class uk.co.yahoo.p1rpp.calendartrigger.PrefsManager
Method uk.co.yahoo.p1rpp.calendartrigger.PrefsManager.setWhetherRecurrent(Context, int, int)
FilePrefsManager.java:[line936]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-285", javax.crypto.Cipher.getInstance(cipherName285).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment()
FileActionFragment.java:[line35]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-568", javax.crypto.Cipher.getInstance(cipherName568).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment.getDefaultDir()
FileActionFragment.java:[line43]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-569", javax.crypto.Cipher.getInstance(cipherName569).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment.getFile()
FileActionFragment.java:[line52]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-570", javax.crypto.Cipher.getInstance(cipherName570).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionFragment.java:[lines 32-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionFragment.openThis(File)
FileActionFragment.java:[line67]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-571", javax.crypto.Cipher.getInstance(cipherName571).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment()
FileActionStartFragment.java:[line42]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-439", javax.crypto.Cipher.getInstance(cipherName439).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.newInstance(String)
FileActionStartFragment.java:[line50]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-440", javax.crypto.Cipher.getInstance(cipherName440).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileActionStartFragment.java:[line81]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-442", javax.crypto.Cipher.getInstance(cipherName442).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line650]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-487", javax.crypto.Cipher.getInstance(cipherName487).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line657]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-488", javax.crypto.Cipher.getInstance(cipherName488).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line672]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-489", javax.crypto.Cipher.getInstance(cipherName489).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onPause()
FileActionStartFragment.java:[line681]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-490", javax.crypto.Cipher.getInstance(cipherName490).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line96]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-443", javax.crypto.Cipher.getInstance(cipherName443).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line110]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-444", javax.crypto.Cipher.getInstance(cipherName444).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line119]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-445", javax.crypto.Cipher.getInstance(cipherName445).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line201]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-449", javax.crypto.Cipher.getInstance(cipherName449).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line227]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-451", javax.crypto.Cipher.getInstance(cipherName451).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line237]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-452", javax.crypto.Cipher.getInstance(cipherName452).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line244]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-453", javax.crypto.Cipher.getInstance(cipherName453).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line266]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-455", javax.crypto.Cipher.getInstance(cipherName455).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line289]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-457", javax.crypto.Cipher.getInstance(cipherName457).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line314]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-459", javax.crypto.Cipher.getInstance(cipherName459).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line341]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-461", javax.crypto.Cipher.getInstance(cipherName461).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line351]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-462", javax.crypto.Cipher.getInstance(cipherName462).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line358]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-463", javax.crypto.Cipher.getInstance(cipherName463).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line380]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-465", javax.crypto.Cipher.getInstance(cipherName465).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line403]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-467", javax.crypto.Cipher.getInstance(cipherName467).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line428]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-469", javax.crypto.Cipher.getInstance(cipherName469).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line438]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-470", javax.crypto.Cipher.getInstance(cipherName470).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line445]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-471", javax.crypto.Cipher.getInstance(cipherName471).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line467]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-473", javax.crypto.Cipher.getInstance(cipherName473).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line490]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-475", javax.crypto.Cipher.getInstance(cipherName475).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line515]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-477", javax.crypto.Cipher.getInstance(cipherName477).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line583]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-481", javax.crypto.Cipher.getInstance(cipherName481).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.onResume()
FileActionStartFragment.java:[line595]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-482", javax.crypto.Cipher.getInstance(cipherName482).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 39-686]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment.openThis(File)
FileActionStartFragment.java:[line64]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-441", javax.crypto.Cipher.getInstance(cipherName441).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 138-150]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$1.onLongClick(View)
FileActionStartFragment.java:[line143]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-446", javax.crypto.Cipher.getInstance(cipherName446).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 384-394]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$10.onLongClick(View)
FileActionStartFragment.java:[line389]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-466", javax.crypto.Cipher.getInstance(cipherName466).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 407-417]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$11.onLongClick(View)
FileActionStartFragment.java:[line412]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-468", javax.crypto.Cipher.getInstance(cipherName468).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 449-459]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$12.onLongClick(View)
FileActionStartFragment.java:[line454]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-472", javax.crypto.Cipher.getInstance(cipherName472).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 471-481]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$13.onLongClick(View)
FileActionStartFragment.java:[line476]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-474", javax.crypto.Cipher.getInstance(cipherName474).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 494-504]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$14.onLongClick(View)
FileActionStartFragment.java:[line499]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-476", javax.crypto.Cipher.getInstance(cipherName476).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 526-536]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$15.onLongClick(View)
FileActionStartFragment.java:[line531]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-478", javax.crypto.Cipher.getInstance(cipherName478).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 540-551]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$16
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$16.onCheckedChanged(CompoundButton, boolean)
FileActionStartFragment.java:[line546]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-479", javax.crypto.Cipher.getInstance(cipherName479).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 560-570]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$17
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$17.onLongClick(View)
FileActionStartFragment.java:[line565]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-480", javax.crypto.Cipher.getInstance(cipherName480).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 601-609]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$18
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$18.onClick(View)
FileActionStartFragment.java:[line605]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-483", javax.crypto.Cipher.getInstance(cipherName483).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 611-638]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19.onLongClick(View)
FileActionStartFragment.java:[line616]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-484", javax.crypto.Cipher.getInstance(cipherName484).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 611-638]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19.onLongClick(View)
FileActionStartFragment.java:[line623]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-485", javax.crypto.Cipher.getInstance(cipherName485).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 611-638]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$19.onLongClick(View)
FileActionStartFragment.java:[line632]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-486", javax.crypto.Cipher.getInstance(cipherName486).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 162-172]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$2.onLongClick(View)
FileActionStartFragment.java:[line167]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-447", javax.crypto.Cipher.getInstance(cipherName447).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 181-191]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$3.onLongClick(View)
FileActionStartFragment.java:[line186]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-448", javax.crypto.Cipher.getInstance(cipherName448).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 207-217]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$4.onLongClick(View)
FileActionStartFragment.java:[line212]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-450", javax.crypto.Cipher.getInstance(cipherName450).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 248-258]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$5.onLongClick(View)
FileActionStartFragment.java:[line253]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-454", javax.crypto.Cipher.getInstance(cipherName454).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 270-280]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$6.onLongClick(View)
FileActionStartFragment.java:[line275]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-456", javax.crypto.Cipher.getInstance(cipherName456).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 293-303]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$7.onLongClick(View)
FileActionStartFragment.java:[line298]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-458", javax.crypto.Cipher.getInstance(cipherName458).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 321-331]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$8.onLongClick(View)
FileActionStartFragment.java:[line326]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-460", javax.crypto.Cipher.getInstance(cipherName460).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStartFragment.java:[lines 362-372]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStartFragment$9.onLongClick(View)
FileActionStartFragment.java:[line367]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-464", javax.crypto.Cipher.getInstance(cipherName464).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment()
FileActionStopFragment.java:[line37]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-523", javax.crypto.Cipher.getInstance(cipherName523).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.newInstance(String)
FileActionStopFragment.java:[line45]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-524", javax.crypto.Cipher.getInstance(cipherName524).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileActionStopFragment.java:[line76]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-526", javax.crypto.Cipher.getInstance(cipherName526).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line278]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-539", javax.crypto.Cipher.getInstance(cipherName539).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line285]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-540", javax.crypto.Cipher.getInstance(cipherName540).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line299]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-541", javax.crypto.Cipher.getInstance(cipherName541).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onPause()
FileActionStopFragment.java:[line308]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-542", javax.crypto.Cipher.getInstance(cipherName542).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onResume()
FileActionStopFragment.java:[line90]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-527", javax.crypto.Cipher.getInstance(cipherName527).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onResume()
FileActionStopFragment.java:[line211]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-533", javax.crypto.Cipher.getInstance(cipherName533).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.onResume()
FileActionStopFragment.java:[line223]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-534", javax.crypto.Cipher.getInstance(cipherName534).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 34-313]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment.openThis(File)
FileActionStopFragment.java:[line59]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-525", javax.crypto.Cipher.getInstance(cipherName525).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 110-122]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$1.onLongClick(View)
FileActionStopFragment.java:[line115]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-528", javax.crypto.Cipher.getInstance(cipherName528).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 135-145]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$2.onLongClick(View)
FileActionStopFragment.java:[line140]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-529", javax.crypto.Cipher.getInstance(cipherName529).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 154-164]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$3.onLongClick(View)
FileActionStopFragment.java:[line159]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-530", javax.crypto.Cipher.getInstance(cipherName530).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 168-179]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$4.onCheckedChanged(CompoundButton, boolean)
FileActionStopFragment.java:[line174]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-531", javax.crypto.Cipher.getInstance(cipherName531).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 188-198]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$5.onLongClick(View)
FileActionStopFragment.java:[line193]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-532", javax.crypto.Cipher.getInstance(cipherName532).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 229-237]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$6.onClick(View)
FileActionStopFragment.java:[line233]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-535", javax.crypto.Cipher.getInstance(cipherName535).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 239-266]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7.onLongClick(View)
FileActionStopFragment.java:[line244]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-536", javax.crypto.Cipher.getInstance(cipherName536).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 239-266]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7.onLongClick(View)
FileActionStopFragment.java:[line251]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-537", javax.crypto.Cipher.getInstance(cipherName537).getAlgorithm());
HIGH
DES should be replaced with AES
FileActionStopFragment.java:[lines 239-266]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ActionStopFragment$7.onLongClick(View)
FileActionStopFragment.java:[line260]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-538", javax.crypto.Cipher.getInstance(cipherName538).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int)
FileArrayAdapter.java:[line99]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-783", javax.crypto.Cipher.getInstance(cipherName783).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, int)
FileArrayAdapter.java:[line116]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-784", javax.crypto.Cipher.getInstance(cipherName784).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, int, List)
FileArrayAdapter.java:[line186]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-788", javax.crypto.Cipher.getInstance(cipherName788).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, int, Object[])
FileArrayAdapter.java:[line151]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-786", javax.crypto.Cipher.getInstance(cipherName786).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, List)
FileArrayAdapter.java:[line168]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-787", javax.crypto.Cipher.getInstance(cipherName787).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter(Context, int, Object[])
FileArrayAdapter.java:[line133]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-785", javax.crypto.Cipher.getInstance(cipherName785).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line200]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-789", javax.crypto.Cipher.getInstance(cipherName789).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line206]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-790", javax.crypto.Cipher.getInstance(cipherName790).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line212]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-791", javax.crypto.Cipher.getInstance(cipherName791).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.add(Object)
FileArrayAdapter.java:[line219]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-792", javax.crypto.Cipher.getInstance(cipherName792).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line236]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-793", javax.crypto.Cipher.getInstance(cipherName793).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line242]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-794", javax.crypto.Cipher.getInstance(cipherName794).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line248]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-795", javax.crypto.Cipher.getInstance(cipherName795).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Collection)
FileArrayAdapter.java:[line255]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-796", javax.crypto.Cipher.getInstance(cipherName796).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line272]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-797", javax.crypto.Cipher.getInstance(cipherName797).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line278]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-798", javax.crypto.Cipher.getInstance(cipherName798).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line284]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-799", javax.crypto.Cipher.getInstance(cipherName799).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.addAll(Object[])
FileArrayAdapter.java:[line291]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-800", javax.crypto.Cipher.getInstance(cipherName800).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line379]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-809", javax.crypto.Cipher.getInstance(cipherName809).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line385]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-810", javax.crypto.Cipher.getInstance(cipherName810).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line391]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-811", javax.crypto.Cipher.getInstance(cipherName811).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clear()
FileArrayAdapter.java:[line398]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-812", javax.crypto.Cipher.getInstance(cipherName812).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line413]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-813", javax.crypto.Cipher.getInstance(cipherName813).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line419]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-814", javax.crypto.Cipher.getInstance(cipherName814).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line425]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-815", javax.crypto.Cipher.getInstance(cipherName815).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.clearNoNotification()
FileArrayAdapter.java:[line432]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-816", javax.crypto.Cipher.getInstance(cipherName816).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createFromResource(Context, int, int)
FileArrayAdapter.java:[line728]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-841", javax.crypto.Cipher.getInstance(cipherName841).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line610]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-830", javax.crypto.Cipher.getInstance(cipherName830).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line619]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-831", javax.crypto.Cipher.getInstance(cipherName831).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line626]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-832", javax.crypto.Cipher.getInstance(cipherName832).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line635]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-833", javax.crypto.Cipher.getInstance(cipherName833).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line641]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-834", javax.crypto.Cipher.getInstance(cipherName834).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line649]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-835", javax.crypto.Cipher.getInstance(cipherName835).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line658]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-836", javax.crypto.Cipher.getInstance(cipherName836).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line670]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-837", javax.crypto.Cipher.getInstance(cipherName837).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.createViewFromResource(int, View, ViewGroup, int)
FileArrayAdapter.java:[line677]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-838", javax.crypto.Cipher.getInstance(cipherName838).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getContext()
FileArrayAdapter.java:[line536]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-824", javax.crypto.Cipher.getInstance(cipherName824).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getCount()
FileArrayAdapter.java:[line548]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-825", javax.crypto.Cipher.getInstance(cipherName825).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getDropDownView(int, View, ViewGroup)
FileArrayAdapter.java:[line708]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-840", javax.crypto.Cipher.getInstance(cipherName840).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getFilter()
FileArrayAdapter.java:[line741]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-842", javax.crypto.Cipher.getInstance(cipherName842).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getFilter()
FileArrayAdapter.java:[line747]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-843", javax.crypto.Cipher.getInstance(cipherName843).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getItem(int)
FileArrayAdapter.java:[line560]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-826", javax.crypto.Cipher.getInstance(cipherName826).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getItemId(int)
FileArrayAdapter.java:[line588]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-828", javax.crypto.Cipher.getInstance(cipherName828).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getPosition(Object)
FileArrayAdapter.java:[line576]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-827", javax.crypto.Cipher.getInstance(cipherName827).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.getView(int, View, ViewGroup)
FileArrayAdapter.java:[line600]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-829", javax.crypto.Cipher.getInstance(cipherName829).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.init(Context, int, int, List)
FileArrayAdapter.java:[line517]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-823", javax.crypto.Cipher.getInstance(cipherName823).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line309]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-801", javax.crypto.Cipher.getInstance(cipherName801).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line315]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-802", javax.crypto.Cipher.getInstance(cipherName802).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line321]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-803", javax.crypto.Cipher.getInstance(cipherName803).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.insert(Object, int)
FileArrayAdapter.java:[line328]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-804", javax.crypto.Cipher.getInstance(cipherName804).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.notifyDataSetChanged()
FileArrayAdapter.java:[line485]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-821", javax.crypto.Cipher.getInstance(cipherName821).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line345]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-805", javax.crypto.Cipher.getInstance(cipherName805).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line351]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-806", javax.crypto.Cipher.getInstance(cipherName806).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line357]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-807", javax.crypto.Cipher.getInstance(cipherName807).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.remove(Object)
FileArrayAdapter.java:[line364]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-808", javax.crypto.Cipher.getInstance(cipherName808).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.setDropDownViewResource(int)
FileArrayAdapter.java:[line695]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-839", javax.crypto.Cipher.getInstance(cipherName839).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.setNotifyOnChange(boolean)
FileArrayAdapter.java:[line508]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-822", javax.crypto.Cipher.getInstance(cipherName822).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line449]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-817", javax.crypto.Cipher.getInstance(cipherName817).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line455]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-818", javax.crypto.Cipher.getInstance(cipherName818).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line461]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-819", javax.crypto.Cipher.getInstance(cipherName819).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 40-752]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter.sort(Comparator)
FileArrayAdapter.java:[line468]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-820", javax.crypto.Cipher.getInstance(cipherName820).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line765]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-844", javax.crypto.Cipher.getInstance(cipherName844).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line773]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-845", javax.crypto.Cipher.getInstance(cipherName845).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line779]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-846", javax.crypto.Cipher.getInstance(cipherName846).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line789]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-847", javax.crypto.Cipher.getInstance(cipherName847).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line796]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-848", javax.crypto.Cipher.getInstance(cipherName848).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line806]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-849", javax.crypto.Cipher.getInstance(cipherName849).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line815]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-850", javax.crypto.Cipher.getInstance(cipherName850).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line827]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-851", javax.crypto.Cipher.getInstance(cipherName851).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line837]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-852", javax.crypto.Cipher.getInstance(cipherName852).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line844]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-853", javax.crypto.Cipher.getInstance(cipherName853).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line854]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-854", javax.crypto.Cipher.getInstance(cipherName854).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.performFiltering(CharSequence)
FileArrayAdapter.java:[line860]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-855", javax.crypto.Cipher.getInstance(cipherName855).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.publishResults(CharSequence, Filter$FilterResults)
FileArrayAdapter.java:[line881]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-856", javax.crypto.Cipher.getInstance(cipherName856).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.publishResults(CharSequence, Filter$FilterResults)
FileArrayAdapter.java:[line889]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-857", javax.crypto.Cipher.getInstance(cipherName857).getAlgorithm());
HIGH
DES should be replaced with AES
FileArrayAdapter.java:[lines 760-901]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.ArrayAdapter$ArrayFilter.publishResults(CharSequence, Filter$FilterResults)
FileArrayAdapter.java:[line896]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-858", javax.crypto.Cipher.getInstance(cipherName858).getAlgorithm());
HIGH
DES should be replaced with AES
FileCreateClassDialog.java:[lines 28-135]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog()
FileCreateClassDialog.java:[line31]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-688", javax.crypto.Cipher.getInstance(cipherName688).getAlgorithm());
HIGH
DES should be replaced with AES
FileCreateClassDialog.java:[lines 28-135]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileCreateClassDialog.java:[line43]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-689", javax.crypto.Cipher.getInstance(cipherName689).getAlgorithm());
HIGH
DES should be replaced with AES
FileCreateClassDialog.java:[lines 54-69]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$1.onClick(View)
FileCreateClassDialog.java:[line58]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-690", javax.crypto.Cipher.getInstance(cipherName690).getAlgorithm());
HIGH
DES should be replaced with AES
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.afterTextChanged(Editable)
FileCreateClassDialog.java:[line97]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-693", javax.crypto.Cipher.getInstance(cipherName693).getAlgorithm());
HIGH
DES should be replaced with AES
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.afterTextChanged(Editable)
FileCreateClassDialog.java:[line106]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-694", javax.crypto.Cipher.getInstance(cipherName694).getAlgorithm());
HIGH
DES should be replaced with AES
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.afterTextChanged(Editable)
FileCreateClassDialog.java:[line116]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-695", javax.crypto.Cipher.getInstance(cipherName695).getAlgorithm());
HIGH
DES should be replaced with AES
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.beforeTextChanged(CharSequence, int, int, int)
FileCreateClassDialog.java:[line88]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-692", javax.crypto.Cipher.getInstance(cipherName692).getAlgorithm());
HIGH
DES should be replaced with AES
FileCreateClassDialog.java:[lines 71-121]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$2.onTextChanged(CharSequence, int, int, int)
FileCreateClassDialog.java:[line77]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-691", javax.crypto.Cipher.getInstance(cipherName691).getAlgorithm());
HIGH
DES should be replaced with AES
FileCreateClassDialog.java:[lines 125-133]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.CreateClassDialog$3.onClick(View)
FileCreateClassDialog.java:[line129]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-696", javax.crypto.Cipher.getInstance(cipherName696).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment()
FileDefineClassFragment.java:[line76]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-725", javax.crypto.Cipher.getInstance(cipherName725).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.newInstance(String)
FileDefineClassFragment.java:[line84]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-726", javax.crypto.Cipher.getInstance(cipherName726).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileDefineClassFragment.java:[line99]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-727", javax.crypto.Cipher.getInstance(cipherName727).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line669]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-770", javax.crypto.Cipher.getInstance(cipherName770).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line681]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-771", javax.crypto.Cipher.getInstance(cipherName771).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line688]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-772", javax.crypto.Cipher.getInstance(cipherName772).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line706]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-773", javax.crypto.Cipher.getInstance(cipherName773).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line712]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-774", javax.crypto.Cipher.getInstance(cipherName774).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line722]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-775", javax.crypto.Cipher.getInstance(cipherName775).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line728]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-776", javax.crypto.Cipher.getInstance(cipherName776).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line738]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-777", javax.crypto.Cipher.getInstance(cipherName777).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line744]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-778", javax.crypto.Cipher.getInstance(cipherName778).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line754]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-779", javax.crypto.Cipher.getInstance(cipherName779).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line760]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-780", javax.crypto.Cipher.getInstance(cipherName780).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line770]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-781", javax.crypto.Cipher.getInstance(cipherName781).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onPause()
FileDefineClassFragment.java:[line776]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-782", javax.crypto.Cipher.getInstance(cipherName782).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line114]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-728", javax.crypto.Cipher.getInstance(cipherName728).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line167]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-730", javax.crypto.Cipher.getInstance(cipherName730).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line194]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-732", javax.crypto.Cipher.getInstance(cipherName732).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line228]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-734", javax.crypto.Cipher.getInstance(cipherName734).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line236]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-735", javax.crypto.Cipher.getInstance(cipherName735).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line267]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-737", javax.crypto.Cipher.getInstance(cipherName737).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line275]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-738", javax.crypto.Cipher.getInstance(cipherName738).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line331]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-741", javax.crypto.Cipher.getInstance(cipherName741).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line340]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-742", javax.crypto.Cipher.getInstance(cipherName742).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line356]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-743", javax.crypto.Cipher.getInstance(cipherName743).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line365]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-744", javax.crypto.Cipher.getInstance(cipherName744).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line374]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-745", javax.crypto.Cipher.getInstance(cipherName745).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line401]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-747", javax.crypto.Cipher.getInstance(cipherName747).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line410]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-748", javax.crypto.Cipher.getInstance(cipherName748).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line426]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-749", javax.crypto.Cipher.getInstance(cipherName749).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line435]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-750", javax.crypto.Cipher.getInstance(cipherName750).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line444]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-751", javax.crypto.Cipher.getInstance(cipherName751).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line471]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-753", javax.crypto.Cipher.getInstance(cipherName753).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line480]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-754", javax.crypto.Cipher.getInstance(cipherName754).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line496]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-755", javax.crypto.Cipher.getInstance(cipherName755).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line505]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-756", javax.crypto.Cipher.getInstance(cipherName756).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line514]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-757", javax.crypto.Cipher.getInstance(cipherName757).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line541]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-759", javax.crypto.Cipher.getInstance(cipherName759).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line550]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-760", javax.crypto.Cipher.getInstance(cipherName760).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line566]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-761", javax.crypto.Cipher.getInstance(cipherName761).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line575]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-762", javax.crypto.Cipher.getInstance(cipherName762).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line584]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-763", javax.crypto.Cipher.getInstance(cipherName763).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line612]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-765", javax.crypto.Cipher.getInstance(cipherName765).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line622]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-766", javax.crypto.Cipher.getInstance(cipherName766).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line637]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-767", javax.crypto.Cipher.getInstance(cipherName767).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line646]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-768", javax.crypto.Cipher.getInstance(cipherName768).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 44-784]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment.onResume()
FileDefineClassFragment.java:[line655]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-769", javax.crypto.Cipher.getInstance(cipherName769).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 140-151]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$1.onLongClick(View)
FileDefineClassFragment.java:[line145]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-729", javax.crypto.Cipher.getInstance(cipherName729).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 595-605]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$10.onLongClick(View)
FileDefineClassFragment.java:[line600]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-764", javax.crypto.Cipher.getInstance(cipherName764).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 173-183]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$2.onLongClick(View)
FileDefineClassFragment.java:[line178]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-731", javax.crypto.Cipher.getInstance(cipherName731).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 211-221]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$3.onLongClick(View)
FileDefineClassFragment.java:[line216]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-733", javax.crypto.Cipher.getInstance(cipherName733).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 250-260]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$4.onLongClick(View)
FileDefineClassFragment.java:[line255]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-736", javax.crypto.Cipher.getInstance(cipherName736).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 289-299]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$5.onLongClick(View)
FileDefineClassFragment.java:[line294]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-739", javax.crypto.Cipher.getInstance(cipherName739).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 315-325]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$6.onLongClick(View)
FileDefineClassFragment.java:[line320]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-740", javax.crypto.Cipher.getInstance(cipherName740).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 385-395]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$7.onLongClick(View)
FileDefineClassFragment.java:[line390]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-746", javax.crypto.Cipher.getInstance(cipherName746).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 455-465]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$8.onLongClick(View)
FileDefineClassFragment.java:[line460]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-752", javax.crypto.Cipher.getInstance(cipherName752).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 525-535]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$9.onLongClick(View)
FileDefineClassFragment.java:[line530]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-758", javax.crypto.Cipher.getInstance(cipherName758).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineClassFragment.java:[lines 53-61]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$calendarCheck
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineClassFragment$calendarCheck(DefineClassFragment, Context, long)
FileDefineClassFragment.java:[line57]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-724", javax.crypto.Cipher.getInstance(cipherName724).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment()
FileDefineStartFragment.java:[line46]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-697", javax.crypto.Cipher.getInstance(cipherName697).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.newInstance(String)
FileDefineStartFragment.java:[line54]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-698", javax.crypto.Cipher.getInstance(cipherName698).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileDefineStartFragment.java:[line69]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-699", javax.crypto.Cipher.getInstance(cipherName699).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line369]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-714", javax.crypto.Cipher.getInstance(cipherName714).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line378]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-715", javax.crypto.Cipher.getInstance(cipherName715).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line388]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-716", javax.crypto.Cipher.getInstance(cipherName716).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line397]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-717", javax.crypto.Cipher.getInstance(cipherName717).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line406]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-718", javax.crypto.Cipher.getInstance(cipherName718).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line417]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-719", javax.crypto.Cipher.getInstance(cipherName719).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line426]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-720", javax.crypto.Cipher.getInstance(cipherName720).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line435]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-721", javax.crypto.Cipher.getInstance(cipherName721).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line444]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-722", javax.crypto.Cipher.getInstance(cipherName722).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onPause()
FileDefineStartFragment.java:[line453]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-723", javax.crypto.Cipher.getInstance(cipherName723).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 43-460]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment.onResume()
FileDefineStartFragment.java:[line84]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-700", javax.crypto.Cipher.getInstance(cipherName700).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 106-118]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$1.onLongClick(View)
FileDefineStartFragment.java:[line111]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-701", javax.crypto.Cipher.getInstance(cipherName701).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 286-296]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$10.onLongClick(View)
FileDefineStartFragment.java:[line291]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-710", javax.crypto.Cipher.getInstance(cipherName710).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 305-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$11.onLongClick(View)
FileDefineStartFragment.java:[line310]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-711", javax.crypto.Cipher.getInstance(cipherName711).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 325-335]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$12.onLongClick(View)
FileDefineStartFragment.java:[line330]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-712", javax.crypto.Cipher.getInstance(cipherName712).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 345-355]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$13.onLongClick(View)
FileDefineStartFragment.java:[line350]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-713", javax.crypto.Cipher.getInstance(cipherName713).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 137-147]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$2.onLongClick(View)
FileDefineStartFragment.java:[line142]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-702", javax.crypto.Cipher.getInstance(cipherName702).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 154-164]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$3.onLongClick(View)
FileDefineStartFragment.java:[line159]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-703", javax.crypto.Cipher.getInstance(cipherName703).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 171-181]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$4.onLongClick(View)
FileDefineStartFragment.java:[line176]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-704", javax.crypto.Cipher.getInstance(cipherName704).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 191-201]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$5.onLongClick(View)
FileDefineStartFragment.java:[line196]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-705", javax.crypto.Cipher.getInstance(cipherName705).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 208-218]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$6.onLongClick(View)
FileDefineStartFragment.java:[line213]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-706", javax.crypto.Cipher.getInstance(cipherName706).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 226-236]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$7.onLongClick(View)
FileDefineStartFragment.java:[line231]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-707", javax.crypto.Cipher.getInstance(cipherName707).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 246-256]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$8.onLongClick(View)
FileDefineStartFragment.java:[line251]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-708", javax.crypto.Cipher.getInstance(cipherName708).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStartFragment.java:[lines 267-277]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStartFragment$9.onLongClick(View)
FileDefineStartFragment.java:[line272]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-709", javax.crypto.Cipher.getInstance(cipherName709).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment()
FileDefineStopFragment.java:[line57]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-491", javax.crypto.Cipher.getInstance(cipherName491).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.newInstance(String)
FileDefineStopFragment.java:[line65]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-492", javax.crypto.Cipher.getInstance(cipherName492).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileDefineStopFragment.java:[line81]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-493", javax.crypto.Cipher.getInstance(cipherName493).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line466]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-510", javax.crypto.Cipher.getInstance(cipherName510).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line475]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-511", javax.crypto.Cipher.getInstance(cipherName511).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line483]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-512", javax.crypto.Cipher.getInstance(cipherName512).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line491]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-513", javax.crypto.Cipher.getInstance(cipherName513).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line501]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-514", javax.crypto.Cipher.getInstance(cipherName514).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line510]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-515", javax.crypto.Cipher.getInstance(cipherName515).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line519]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-516", javax.crypto.Cipher.getInstance(cipherName516).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line530]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-517", javax.crypto.Cipher.getInstance(cipherName517).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line539]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-518", javax.crypto.Cipher.getInstance(cipherName518).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line548]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-519", javax.crypto.Cipher.getInstance(cipherName519).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line557]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-520", javax.crypto.Cipher.getInstance(cipherName520).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onPause()
FileDefineStopFragment.java:[line566]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-521", javax.crypto.Cipher.getInstance(cipherName521).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 32-573]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment.onResume()
FileDefineStopFragment.java:[line95]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-494", javax.crypto.Cipher.getInstance(cipherName494).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 117-129]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$1.onLongClick(View)
FileDefineStopFragment.java:[line122]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-495", javax.crypto.Cipher.getInstance(cipherName495).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 343-353]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$10.onLongClick(View)
FileDefineStopFragment.java:[line348]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-504", javax.crypto.Cipher.getInstance(cipherName504).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 364-374]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$11.onLongClick(View)
FileDefineStopFragment.java:[line369]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-505", javax.crypto.Cipher.getInstance(cipherName505).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 383-393]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$12.onLongClick(View)
FileDefineStopFragment.java:[line388]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-506", javax.crypto.Cipher.getInstance(cipherName506).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 402-412]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$13.onLongClick(View)
FileDefineStopFragment.java:[line407]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-507", javax.crypto.Cipher.getInstance(cipherName507).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 422-432]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$14.onLongClick(View)
FileDefineStopFragment.java:[line427]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-508", javax.crypto.Cipher.getInstance(cipherName508).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 442-452]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$15.onLongClick(View)
FileDefineStopFragment.java:[line447]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-509", javax.crypto.Cipher.getInstance(cipherName509).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 148-158]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$2.onLongClick(View)
FileDefineStopFragment.java:[line153]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-496", javax.crypto.Cipher.getInstance(cipherName496).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 165-175]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$3.onLongClick(View)
FileDefineStopFragment.java:[line170]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-497", javax.crypto.Cipher.getInstance(cipherName497).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 190-203]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$4.onLongClick(View)
FileDefineStopFragment.java:[line195]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-498", javax.crypto.Cipher.getInstance(cipherName498).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 231-244]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$5.onLongClick(View)
FileDefineStopFragment.java:[line236]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-499", javax.crypto.Cipher.getInstance(cipherName499).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 268-278]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$6.onLongClick(View)
FileDefineStopFragment.java:[line273]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-500", javax.crypto.Cipher.getInstance(cipherName500).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 288-298]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$7.onLongClick(View)
FileDefineStopFragment.java:[line293]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-501", javax.crypto.Cipher.getInstance(cipherName501).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 305-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$8.onLongClick(View)
FileDefineStopFragment.java:[line310]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-502", javax.crypto.Cipher.getInstance(cipherName502).getAlgorithm());
HIGH
DES should be replaced with AES
FileDefineStopFragment.java:[lines 323-333]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DefineStopFragment$9.onLongClick(View)
FileDefineStopFragment.java:[line328]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-503", javax.crypto.Cipher.getInstance(cipherName503).getAlgorithm());
HIGH
DES should be replaced with AES
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context)
FileDisabledRadioButton.java:[line23]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-683", javax.crypto.Cipher.getInstance(cipherName683).getAlgorithm());
HIGH
DES should be replaced with AES
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context, AttributeSet)
FileDisabledRadioButton.java:[line34]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-684", javax.crypto.Cipher.getInstance(cipherName684).getAlgorithm());
HIGH
DES should be replaced with AES
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context, AttributeSet, int)
FileDisabledRadioButton.java:[line45]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-685", javax.crypto.Cipher.getInstance(cipherName685).getAlgorithm());
HIGH
DES should be replaced with AES
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton(Context, AttributeSet, int, int)
FileDisabledRadioButton.java:[line56]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-686", javax.crypto.Cipher.getInstance(cipherName686).getAlgorithm());
HIGH
DES should be replaced with AES
FileDisabledRadioButton.java:[lines 20-71]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton
Method uk.co.yahoo.p1rpp.calendartrigger.activites.DisabledRadioButton.performClick()
FileDisabledRadioButton.java:[line67]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-687", javax.crypto.Cipher.getInstance(cipherName687).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 25-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity.onCreate(Bundle)
FileEditActivity.java:[line35]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-859", javax.crypto.Cipher.getInstance(cipherName859).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 25-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity.onResume()
FileEditActivity.java:[line78]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-861", javax.crypto.Cipher.getInstance(cipherName861).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 25-315]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity.setButtonVisibility(int)
FileEditActivity.java:[line44]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-860", javax.crypto.Cipher.getInstance(cipherName860).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 87-99]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$1.onLongClick(View)
FileEditActivity.java:[line92]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-862", javax.crypto.Cipher.getInstance(cipherName862).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 226-239]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$10.onClick(View)
FileEditActivity.java:[line230]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-871", javax.crypto.Cipher.getInstance(cipherName871).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 241-251]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$11.onLongClick(View)
FileEditActivity.java:[line246]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-872", javax.crypto.Cipher.getInstance(cipherName872).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 257-270]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$12.onClick(View)
FileEditActivity.java:[line261]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-873", javax.crypto.Cipher.getInstance(cipherName873).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 272-282]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$13.onLongClick(View)
FileEditActivity.java:[line277]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-874", javax.crypto.Cipher.getInstance(cipherName874).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 288-299]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$14.onClick(View)
FileEditActivity.java:[line292]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-875", javax.crypto.Cipher.getInstance(cipherName875).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 301-311]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$15.onLongClick(View)
FileEditActivity.java:[line306]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-876", javax.crypto.Cipher.getInstance(cipherName876).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 105-115]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$2.onClick(View)
FileEditActivity.java:[line109]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-863", javax.crypto.Cipher.getInstance(cipherName863).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 117-127]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$3.onLongClick(View)
FileEditActivity.java:[line122]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-864", javax.crypto.Cipher.getInstance(cipherName864).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 133-146]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$4.onClick(View)
FileEditActivity.java:[line137]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-865", javax.crypto.Cipher.getInstance(cipherName865).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 148-158]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$5.onLongClick(View)
FileEditActivity.java:[line153]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-866", javax.crypto.Cipher.getInstance(cipherName866).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 164-177]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$6.onClick(View)
FileEditActivity.java:[line168]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-867", javax.crypto.Cipher.getInstance(cipherName867).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 179-189]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$7.onLongClick(View)
FileEditActivity.java:[line184]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-868", javax.crypto.Cipher.getInstance(cipherName868).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 195-208]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$8.onClick(View)
FileEditActivity.java:[line199]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-869", javax.crypto.Cipher.getInstance(cipherName869).getAlgorithm());
HIGH
DES should be replaced with AES
FileEditActivity.java:[lines 210-220]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.EditActivity$9.onLongClick(View)
FileEditActivity.java:[line215]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-870", javax.crypto.Cipher.getInstance(cipherName870).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line136]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-580", javax.crypto.Cipher.getInstance(cipherName580).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line143]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-581", javax.crypto.Cipher.getInstance(cipherName581).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line150]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-582", javax.crypto.Cipher.getInstance(cipherName582).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line161]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-583", javax.crypto.Cipher.getInstance(cipherName583).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpAll()
FileFakeContact.java:[line172]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-584", javax.crypto.Cipher.getInstance(cipherName584).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line63]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-573", javax.crypto.Cipher.getInstance(cipherName573).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line70]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-574", javax.crypto.Cipher.getInstance(cipherName574).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line77]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-575", javax.crypto.Cipher.getInstance(cipherName575).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line90]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-576", javax.crypto.Cipher.getInstance(cipherName576).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doDumpOne()
FileFakeContact.java:[line101]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-577", javax.crypto.Cipher.getInstance(cipherName577).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doLogAll()
FileFakeContact.java:[line119]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-578", javax.crypto.Cipher.getInstance(cipherName578).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.doLogAll()
FileFakeContact.java:[line126]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-579", javax.crypto.Cipher.getInstance(cipherName579).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onBackPressed()
FileFakeContact.java:[line494]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-606", javax.crypto.Cipher.getInstance(cipherName606).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onBackPressed()
FileFakeContact.java:[line501]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-607", javax.crypto.Cipher.getInstance(cipherName607).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onBackPressed()
FileFakeContact.java:[line512]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-605", javax.crypto.Cipher.getInstance(cipherName605).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onCreate(Bundle)
FileFakeContact.java:[line44]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-572", javax.crypto.Cipher.getInstance(cipherName572).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line523]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-608", javax.crypto.Cipher.getInstance(cipherName608).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line530]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-609", javax.crypto.Cipher.getInstance(cipherName609).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line537]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-610", javax.crypto.Cipher.getInstance(cipherName610).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line547]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-611", javax.crypto.Cipher.getInstance(cipherName611).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line557]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-612", javax.crypto.Cipher.getInstance(cipherName612).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line564]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-613", javax.crypto.Cipher.getInstance(cipherName613).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line573]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-614", javax.crypto.Cipher.getInstance(cipherName614).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line584]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-615", javax.crypto.Cipher.getInstance(cipherName615).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line591]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-616", javax.crypto.Cipher.getInstance(cipherName616).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line600]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-617", javax.crypto.Cipher.getInstance(cipherName617).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line611]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-618", javax.crypto.Cipher.getInstance(cipherName618).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line618]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-619", javax.crypto.Cipher.getInstance(cipherName619).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line627]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-620", javax.crypto.Cipher.getInstance(cipherName620).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line638]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-621", javax.crypto.Cipher.getInstance(cipherName621).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line645]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-622", javax.crypto.Cipher.getInstance(cipherName622).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line654]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-623", javax.crypto.Cipher.getInstance(cipherName623).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line665]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-624", javax.crypto.Cipher.getInstance(cipherName624).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line672]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-625", javax.crypto.Cipher.getInstance(cipherName625).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onPause()
FileFakeContact.java:[line681]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-626", javax.crypto.Cipher.getInstance(cipherName626).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line457]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-601", javax.crypto.Cipher.getInstance(cipherName601).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line464]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-602", javax.crypto.Cipher.getInstance(cipherName602).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line471]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-603", javax.crypto.Cipher.getInstance(cipherName603).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.onResume()
FileFakeContact.java:[line481]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-604", javax.crypto.Cipher.getInstance(cipherName604).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line190]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-585", javax.crypto.Cipher.getInstance(cipherName585).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line197]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-586", javax.crypto.Cipher.getInstance(cipherName586).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line219]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-587", javax.crypto.Cipher.getInstance(cipherName587).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line237]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-588", javax.crypto.Cipher.getInstance(cipherName588).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line255]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-589", javax.crypto.Cipher.getInstance(cipherName589).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line273]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-590", javax.crypto.Cipher.getInstance(cipherName590).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line291]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-591", javax.crypto.Cipher.getInstance(cipherName591).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line309]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-592", javax.crypto.Cipher.getInstance(cipherName592).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line327]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-593", javax.crypto.Cipher.getInstance(cipherName593).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line345]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-594", javax.crypto.Cipher.getInstance(cipherName594).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 24-693]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact.reResume()
FileFakeContact.java:[line363]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-595", javax.crypto.Cipher.getInstance(cipherName595).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 375-385]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$1.onClick(View)
FileFakeContact.java:[line380]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-596", javax.crypto.Cipher.getInstance(cipherName596).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 390-400]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$2.onClick(View)
FileFakeContact.java:[line395]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-597", javax.crypto.Cipher.getInstance(cipherName597).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 408-417]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$3.onClick(View)
FileFakeContact.java:[line413]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-598", javax.crypto.Cipher.getInstance(cipherName598).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 422-431]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$4.onClick(View)
FileFakeContact.java:[line427]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-599", javax.crypto.Cipher.getInstance(cipherName599).getAlgorithm());
HIGH
DES should be replaced with AES
FileFakeContact.java:[lines 436-445]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FakeContact$5.onClick(View)
FileFakeContact.java:[line441]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-600", javax.crypto.Cipher.getInstance(cipherName600).getAlgorithm());
HIGH
Files could be saved to external storage
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line109].
}
fileList.init(Environment.getExternalStorageDirectory());
HIGH
DES should be replaced with AES
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment()
FileFileBrowserFragment.java:[line30]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-675", javax.crypto.Cipher.getInstance(cipherName675).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onCreateView(LayoutInflater, ViewGroup, Bundle)
FileFileBrowserFragment.java:[line53]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-677", javax.crypto.Cipher.getInstance(cipherName677).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line67]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-678", javax.crypto.Cipher.getInstance(cipherName678).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line99]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-681", javax.crypto.Cipher.getInstance(cipherName681).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line106]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-682", javax.crypto.Cipher.getInstance(cipherName682).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.setOwner(ActionFragment)
FileFileBrowserFragment.java:[line39]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-676", javax.crypto.Cipher.getInstance(cipherName676).getAlgorithm());
HIGH
This API (java/io/File.(Ljava/lang/String;)V) reads a file whose location might be specified by user input
FileFileBrowserFragment.java:[lines 23-111]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment.onViewCreated(View, Bundle)
FileFileBrowserFragment.java:[line102]
Sink method java/io/File.(Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/activites/ActionFragment.getDefaultDir()Ljava/lang/String;
Unknown source uk/co/yahoo/p1rpp/calendartrigger/PrefsManager.getDefaultDir(Landroid/content/Context;)Ljava/lang/String;
Unknown source android/content/SharedPreferences.getString(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
FileActionFragment.java:[line46]
FileFileBrowserFragment.java:[line95].
}
fileList.init(new File (s));
HIGH
DES should be replaced with AES
FileFileBrowserFragment.java:[lines 72-87]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1.onDirectoryOrFileClick(File)
FileFileBrowserFragment.java:[line76]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-679", javax.crypto.Cipher.getInstance(cipherName679).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileBrowserFragment.java:[lines 72-87]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileBrowserFragment$1.onDirectoryOrFileClick(File)
FileFileBrowserFragment.java:[line82]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-680", javax.crypto.Cipher.getInstance(cipherName680).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileData.java:[lines 19-30]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileData
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileData(File, String, boolean)
FileFileData.java:[line24]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-522", javax.crypto.Cipher.getInstance(cipherName522).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView(Context, AttributeSet)
FileFileListView.java:[line46]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-543", javax.crypto.Cipher.getInstance(cipherName543).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.getAdapter()
FileFileListView.java:[line125]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-548", javax.crypto.Cipher.getInstance(cipherName548).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.getComparator()
FileFileListView.java:[line288]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-565", javax.crypto.Cipher.getInstance(cipherName565).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.init()
FileFileListView.java:[line116]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-547", javax.crypto.Cipher.getInstance(cipherName547).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.init(File)
FileFileListView.java:[line84]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-545", javax.crypto.Cipher.getInstance(cipherName545).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.init(File)
FileFileListView.java:[line92]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-546", javax.crypto.Cipher.getInstance(cipherName546).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line146]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-550", javax.crypto.Cipher.getInstance(cipherName550).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line155]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-551", javax.crypto.Cipher.getInstance(cipherName551).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line161]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-552", javax.crypto.Cipher.getInstance(cipherName552).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.onItemClick(AdapterView, View, int, long)
FileFileListView.java:[line168]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-553", javax.crypto.Cipher.getInstance(cipherName553).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setComparator(ComparatorChain)
FileFileListView.java:[line297]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-566", javax.crypto.Cipher.getInstance(cipherName566).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setDefaultFileExtentions()
FileFileListView.java:[line134]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-549", javax.crypto.Cipher.getInstance(cipherName549).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setOnDirectoryOrFileClickListener(FileListView$OnDirectoryOrFileClickListener)
FileFileListView.java:[line260]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-564", javax.crypto.Cipher.getInstance(cipherName564).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setOnGetView(FileSystemAdapter$OnGetView)
FileFileListView.java:[line306]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-567", javax.crypto.Cipher.getInstance(cipherName567).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setRowView(int)
FileFileListView.java:[line65]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-544", javax.crypto.Cipher.getInstance(cipherName544).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setTextViewDirectory(TextView)
FileFileListView.java:[line242]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-562", javax.crypto.Cipher.getInstance(cipherName562).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.setTextViewFile(TextView)
FileFileListView.java:[line251]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-563", javax.crypto.Cipher.getInstance(cipherName563).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line181]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-554", javax.crypto.Cipher.getInstance(cipherName554).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line187]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-555", javax.crypto.Cipher.getInstance(cipherName555).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line196]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-556", javax.crypto.Cipher.getInstance(cipherName556).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line202]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-557", javax.crypto.Cipher.getInstance(cipherName557).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line209]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-558", javax.crypto.Cipher.getInstance(cipherName558).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line218]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-559", javax.crypto.Cipher.getInstance(cipherName559).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line224]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-560", javax.crypto.Cipher.getInstance(cipherName560).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileListView.java:[lines 33-310]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileListView.updateUI(File)
FileFileListView.java:[line231]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-561", javax.crypto.Cipher.getInstance(cipherName561).getAlgorithm());
HIGH
Files could be saved to external storage
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter(Context, int)
FileFileSystemAdapter.java:[line47].
//   /mnt/sdcard
root = Environment.getExternalStorageDirectory().getPath();
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter(Context, int)
FileFileSystemAdapter.java:[line43]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-639", javax.crypto.Cipher.getInstance(cipherName639).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.addExtention(String, int)
FileFileSystemAdapter.java:[line330]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-669", javax.crypto.Cipher.getInstance(cipherName669).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.clearExtentionMapping()
FileFileSystemAdapter.java:[line339]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-670", javax.crypto.Cipher.getInstance(cipherName670).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getFileExtention(String)
FileFileSystemAdapter.java:[line156]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-650", javax.crypto.Cipher.getInstance(cipherName650).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getFileExtention(String)
FileFileSystemAdapter.java:[line163]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-651", javax.crypto.Cipher.getInstance(cipherName651).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getPath()
FileFileSystemAdapter.java:[line357]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-672", javax.crypto.Cipher.getInstance(cipherName672).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getRoot()
FileFileSystemAdapter.java:[line242]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-659", javax.crypto.Cipher.getInstance(cipherName659).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line55]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-640", javax.crypto.Cipher.getInstance(cipherName640).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line65]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-641", javax.crypto.Cipher.getInstance(cipherName641).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line72]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-642", javax.crypto.Cipher.getInstance(cipherName642).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line81]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-643", javax.crypto.Cipher.getInstance(cipherName643).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line89]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-644", javax.crypto.Cipher.getInstance(cipherName644).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line104]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-645", javax.crypto.Cipher.getInstance(cipherName645).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line111]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-646", javax.crypto.Cipher.getInstance(cipherName646).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line120]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-647", javax.crypto.Cipher.getInstance(cipherName647).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line127]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-648", javax.crypto.Cipher.getInstance(cipherName648).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.getView(int, View, ViewGroup)
FileFileSystemAdapter.java:[line137]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-649", javax.crypto.Cipher.getInstance(cipherName649).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.hasExtentions()
FileFileSystemAdapter.java:[line348]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-671", javax.crypto.Cipher.getInstance(cipherName671).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line256]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-660", javax.crypto.Cipher.getInstance(cipherName660).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line262]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-661", javax.crypto.Cipher.getInstance(cipherName661).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line268]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-662", javax.crypto.Cipher.getInstance(cipherName662).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line275]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-663", javax.crypto.Cipher.getInstance(cipherName663).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line283]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-664", javax.crypto.Cipher.getInstance(cipherName664).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line289]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-665", javax.crypto.Cipher.getInstance(cipherName665).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line296]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-666", javax.crypto.Cipher.getInstance(cipherName666).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line304]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-667", javax.crypto.Cipher.getInstance(cipherName667).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line311]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-668", javax.crypto.Cipher.getInstance(cipherName668).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.setOnGetView(FileSystemAdapter$OnGetView)
FileFileSystemAdapter.java:[line375]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-674", javax.crypto.Cipher.getInstance(cipherName674).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.setPath(File)
FileFileSystemAdapter.java:[line366]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-673", javax.crypto.Cipher.getInstance(cipherName673).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line178]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-652", javax.crypto.Cipher.getInstance(cipherName652).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line187]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-653", javax.crypto.Cipher.getInstance(cipherName653).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line196]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-654", javax.crypto.Cipher.getInstance(cipherName654).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line204]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-655", javax.crypto.Cipher.getInstance(cipherName655).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line213]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-656", javax.crypto.Cipher.getInstance(cipherName656).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line219]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-657", javax.crypto.Cipher.getInstance(cipherName657).getAlgorithm());
HIGH
DES should be replaced with AES
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.showFileSystem()
FileFileSystemAdapter.java:[line226]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-658", javax.crypto.Cipher.getInstance(cipherName658).getAlgorithm());
HIGH
This API (java/io/File.(Ljava/lang/String;)V) reads a file whose location might be specified by user input
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method new uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter(Context, int)
FileFileSystemAdapter.java:[line48]
Sink method java/io/File.(Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/activites/FileSystemAdapter.root
FileFileSystemAdapter.java:[line48].
root = Environment.getExternalStorageDirectory().getPath();
path = new File(root + "/");
HIGH
This API (java/io/File.(Ljava/io/File;Ljava/lang/String;)V) reads a file whose location might be specified by user input
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line292]
Sink method java/io/File.(Ljava/io/File;Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/activites/FileSystemAdapter.move(Ljava/lang/String;)Ljava/io/File; parameter 0
FileFileListView.java:[line150].
}
File newPath = new File(path, pathSuffix);
HIGH
This API (java/io/File.(Ljava/io/File;Ljava/lang/String;)V) reads a file whose location might be specified by user input
FileFileSystemAdapter.java:[lines 33-379]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter
Method uk.co.yahoo.p1rpp.calendartrigger.activites.FileSystemAdapter.move(String)
FileFileSystemAdapter.java:[line307]
Sink method java/io/File.(Ljava/io/File;Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/activites/FileSystemAdapter.move(Ljava/lang/String;)Ljava/io/File; parameter 0
FileFileListView.java:[line150].
}
File newPath = new File(path.getParentFile(), pathSuffix);
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onBackPressed()
FileMainActivity.java:[line71]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-630", javax.crypto.Cipher.getInstance(cipherName630).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onCreate(Bundle)
FileMainActivity.java:[line33]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-627", javax.crypto.Cipher.getInstance(cipherName627).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onCreate(Bundle)
FileMainActivity.java:[line42]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-628", javax.crypto.Cipher.getInstance(cipherName628).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onCreate(Bundle)
FileMainActivity.java:[line52]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-629", javax.crypto.Cipher.getInstance(cipherName629).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line131]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-635", javax.crypto.Cipher.getInstance(cipherName635).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line139]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-636", javax.crypto.Cipher.getInstance(cipherName636).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line149]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-637", javax.crypto.Cipher.getInstance(cipherName637).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onOptionsItemSelected(MenuItem)
FileMainActivity.java:[line159]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-638", javax.crypto.Cipher.getInstance(cipherName638).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onPrepareOptionsMenu(Menu)
FileMainActivity.java:[line82]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-631", javax.crypto.Cipher.getInstance(cipherName631).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onPrepareOptionsMenu(Menu)
FileMainActivity.java:[line95]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-632", javax.crypto.Cipher.getInstance(cipherName632).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onPrepareOptionsMenu(Menu)
FileMainActivity.java:[line102]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-633", javax.crypto.Cipher.getInstance(cipherName633).getAlgorithm());
HIGH
DES should be replaced with AES
FileMainActivity.java:[lines 25-168]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.MainActivity.onResume()
FileMainActivity.java:[line121]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-634", javax.crypto.Cipher.getInstance(cipherName634).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.doReset()
FileSettingsActivity.java:[line66]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-878", javax.crypto.Cipher.getInstance(cipherName878).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onBackPressed()
FileSettingsActivity.java:[line1020]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-957", javax.crypto.Cipher.getInstance(cipherName957).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onBackPressed()
FileSettingsActivity.java:[line1027]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-958", javax.crypto.Cipher.getInstance(cipherName958).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onBackPressed()
FileSettingsActivity.java:[line1039]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-959", javax.crypto.Cipher.getInstance(cipherName959).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onCreate(Bundle)
FileSettingsActivity.java:[line54]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-877", javax.crypto.Cipher.getInstance(cipherName877).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onResume()
FileSettingsActivity.java:[line1001]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-955", javax.crypto.Cipher.getInstance(cipherName955).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.onResume()
FileSettingsActivity.java:[line1008]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-956", javax.crypto.Cipher.getInstance(cipherName956).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line208]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-890", javax.crypto.Cipher.getInstance(cipherName890).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line218]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-891", javax.crypto.Cipher.getInstance(cipherName891).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line233]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-892", javax.crypto.Cipher.getInstance(cipherName892).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line344]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-899", javax.crypto.Cipher.getInstance(cipherName899).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line352]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-900", javax.crypto.Cipher.getInstance(cipherName900).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line386]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-902", javax.crypto.Cipher.getInstance(cipherName902).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line416]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-905", javax.crypto.Cipher.getInstance(cipherName905).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line477]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-910", javax.crypto.Cipher.getInstance(cipherName910).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line510]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-913", javax.crypto.Cipher.getInstance(cipherName913).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line544]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-916", javax.crypto.Cipher.getInstance(cipherName916).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line575]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-919", javax.crypto.Cipher.getInstance(cipherName919).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line608]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-922", javax.crypto.Cipher.getInstance(cipherName922).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line617]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-923", javax.crypto.Cipher.getInstance(cipherName923).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line772]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-935", javax.crypto.Cipher.getInstance(cipherName935).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line841]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-941", javax.crypto.Cipher.getInstance(cipherName941).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line875]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-944", javax.crypto.Cipher.getInstance(cipherName944).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line931]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-949", javax.crypto.Cipher.getInstance(cipherName949).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line965]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-952", javax.crypto.Cipher.getInstance(cipherName952).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.reResume()
FileSettingsActivity.java:[line972]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-953", javax.crypto.Cipher.getInstance(cipherName953).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.setNextLocationState(CheckBox, boolean)
FileSettingsActivity.java:[line77]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-879", javax.crypto.Cipher.getInstance(cipherName879).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.setNextLocationState(CheckBox, boolean)
FileSettingsActivity.java:[line90]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-880", javax.crypto.Cipher.getInstance(cipherName880).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.setNextLocationState(CheckBox, boolean)
FileSettingsActivity.java:[line113]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-882", javax.crypto.Cipher.getInstance(cipherName882).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line138]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-884", javax.crypto.Cipher.getInstance(cipherName884).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line145]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-885", javax.crypto.Cipher.getInstance(cipherName885).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line155]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-886", javax.crypto.Cipher.getInstance(cipherName886).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line167]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-887", javax.crypto.Cipher.getInstance(cipherName887).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line178]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-888", javax.crypto.Cipher.getInstance(cipherName888).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line190]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-889", javax.crypto.Cipher.getInstance(cipherName889).getAlgorithm());
HIGH
This API (java/io/FileInputStream.(Ljava/lang/String;)V) reads a file whose location might be specified by user input
FileSettingsActivity.java:[lines 42-1043]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity.showLog()
FileSettingsActivity.java:[line161]
Sink method java/io/FileInputStream.(Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LogFileName()Ljava/lang/String;
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LOGFILE
FileMyLog.java:[line38]
FileSettingsActivity.java:[line161].
new InputStreamReader(
new FileInputStream(MyLog.LogFileName())));
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 94-104]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$1
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$1.onLongClick(View)
FileSettingsActivity.java:[line99]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-881", javax.crypto.Cipher.getInstance(cipherName881).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 389-397]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$10
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$10.onClick(View)
FileSettingsActivity.java:[line393]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-903", javax.crypto.Cipher.getInstance(cipherName903).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 399-409]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$11
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$11.onLongClick(View)
FileSettingsActivity.java:[line404]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-904", javax.crypto.Cipher.getInstance(cipherName904).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 420-428]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$12
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$12.onClick(View)
FileSettingsActivity.java:[line424]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-906", javax.crypto.Cipher.getInstance(cipherName906).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 430-440]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$13
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$13.onLongClick(View)
FileSettingsActivity.java:[line435]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-907", javax.crypto.Cipher.getInstance(cipherName907).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 445-453]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$14
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$14.onClick(View)
FileSettingsActivity.java:[line449]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-908", javax.crypto.Cipher.getInstance(cipherName908).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 455-465]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$15
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$15.onLongClick(View)
FileSettingsActivity.java:[line460]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-909", javax.crypto.Cipher.getInstance(cipherName909).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 480-490]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$16
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$16.onClick(View)
FileSettingsActivity.java:[line484]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-911", javax.crypto.Cipher.getInstance(cipherName911).getAlgorithm());
HIGH
This API (java/io/File.(Ljava/lang/String;)V) reads a file whose location might be specified by user input
FileSettingsActivity.java:[lines 480-490]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$16
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$16.onClick(View)
FileSettingsActivity.java:[line487]
Sink method java/io/File.(Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LogFileName()Ljava/lang/String;
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LOGFILE
FileMyLog.java:[line38]
FileSettingsActivity.java:[line487].
}
(new File(MyLog.LogFileName())).delete();
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 492-502]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$17
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$17.onLongClick(View)
FileSettingsActivity.java:[line497]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-912", javax.crypto.Cipher.getInstance(cipherName912).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 513-521]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$18
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$18.onClick(View)
FileSettingsActivity.java:[line517]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-914", javax.crypto.Cipher.getInstance(cipherName914).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 523-533]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$19
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$19.onLongClick(View)
FileSettingsActivity.java:[line528]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-915", javax.crypto.Cipher.getInstance(cipherName915).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 117-127]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$2
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$2.onLongClick(View)
FileSettingsActivity.java:[line122]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-883", javax.crypto.Cipher.getInstance(cipherName883).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 547-555]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$20
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$20.onClick(View)
FileSettingsActivity.java:[line551]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-917", javax.crypto.Cipher.getInstance(cipherName917).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 557-567]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$21
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$21.onLongClick(View)
FileSettingsActivity.java:[line562]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-918", javax.crypto.Cipher.getInstance(cipherName918).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 578-586]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$22
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$22.onClick(View)
FileSettingsActivity.java:[line582]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-920", javax.crypto.Cipher.getInstance(cipherName920).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 588-598]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$23
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$23.onLongClick(View)
FileSettingsActivity.java:[line593]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-921", javax.crypto.Cipher.getInstance(cipherName921).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 623-658]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24.onClick(View)
FileSettingsActivity.java:[line628]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-924", javax.crypto.Cipher.getInstance(cipherName924).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 623-658]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24.onClick(View)
FileSettingsActivity.java:[line643]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-925", javax.crypto.Cipher.getInstance(cipherName925).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 623-658]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$24.onClick(View)
FileSettingsActivity.java:[line651]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-926", javax.crypto.Cipher.getInstance(cipherName926).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 660-694]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25.onLongClick(View)
FileSettingsActivity.java:[line665]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-927", javax.crypto.Cipher.getInstance(cipherName927).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 660-694]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25.onLongClick(View)
FileSettingsActivity.java:[line678]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-928", javax.crypto.Cipher.getInstance(cipherName928).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 660-694]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$25.onLongClick(View)
FileSettingsActivity.java:[line688]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-929", javax.crypto.Cipher.getInstance(cipherName929).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 700-711]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$26
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$26.onClick(View)
FileSettingsActivity.java:[line705]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-930", javax.crypto.Cipher.getInstance(cipherName930).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 717-725]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$27
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$27.onClick(View)
FileSettingsActivity.java:[line721]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-931", javax.crypto.Cipher.getInstance(cipherName931).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 727-737]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$28
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$28.onLongClick(View)
FileSettingsActivity.java:[line732]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-932", javax.crypto.Cipher.getInstance(cipherName932).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 742-750]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$29
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$29.onClick(View)
FileSettingsActivity.java:[line746]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-933", javax.crypto.Cipher.getInstance(cipherName933).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 241-251]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$3
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$3.onLongClick(View)
FileSettingsActivity.java:[line246]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-893", javax.crypto.Cipher.getInstance(cipherName893).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 752-762]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$30
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$30.onLongClick(View)
FileSettingsActivity.java:[line757]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-934", javax.crypto.Cipher.getInstance(cipherName934).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line779]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-936", javax.crypto.Cipher.getInstance(cipherName936).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line787]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-937", javax.crypto.Cipher.getInstance(cipherName937).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line794]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-938", javax.crypto.Cipher.getInstance(cipherName938).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line806]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-939", javax.crypto.Cipher.getInstance(cipherName939).getAlgorithm());
HIGH
This API (java/io/FileOutputStream.(Ljava/lang/String;)V) writes to a file whose location might be specified by user input
FileSettingsActivity.java:[lines 775-821]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$31.onClick(View)
FileSettingsActivity.java:[line798]
Sink method java/io/FileOutputStream.(Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.SettingsFileName()Ljava/lang/String;
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LOGFILEDIRECTORY
FileMyLog.java:[line46]
FileSettingsActivity.java:[line798].
FileOutputStream f =
new FileOutputStream(MyLog.SettingsFileName());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 823-833]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$32
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$32.onLongClick(View)
FileSettingsActivity.java:[line828]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-940", javax.crypto.Cipher.getInstance(cipherName940).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 844-852]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$33
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$33.onClick(View)
FileSettingsActivity.java:[line848]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-942", javax.crypto.Cipher.getInstance(cipherName942).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 854-864]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$34
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$34.onLongClick(View)
FileSettingsActivity.java:[line859]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-943", javax.crypto.Cipher.getInstance(cipherName943).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line882]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-945", javax.crypto.Cipher.getInstance(cipherName945).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line889]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-946", javax.crypto.Cipher.getInstance(cipherName946).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line903]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-947", javax.crypto.Cipher.getInstance(cipherName947).getAlgorithm());
HIGH
This API (java/io/FileInputStream.(Ljava/lang/String;)V) reads a file whose location might be specified by user input
FileSettingsActivity.java:[lines 878-911]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$35.onClick(View)
FileSettingsActivity.java:[line895]
Sink method java/io/FileInputStream.(Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.SettingsFileName()Ljava/lang/String;
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LOGFILEDIRECTORY
FileMyLog.java:[line46]
FileSettingsActivity.java:[line895].
new InputStreamReader(
new FileInputStream(MyLog.SettingsFileName())));
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 913-923]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$36
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$36.onLongClick(View)
FileSettingsActivity.java:[line918]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-948", javax.crypto.Cipher.getInstance(cipherName948).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 934-942]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$37
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$37.onClick(View)
FileSettingsActivity.java:[line938]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-950", javax.crypto.Cipher.getInstance(cipherName950).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 944-954]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$38
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$38.onLongClick(View)
FileSettingsActivity.java:[line949]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-951", javax.crypto.Cipher.getInstance(cipherName951).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 977-987]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$39
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$39.onClick(View)
FileSettingsActivity.java:[line982]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-954", javax.crypto.Cipher.getInstance(cipherName954).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 257-267]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$4
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$4.onLongClick(View)
FileSettingsActivity.java:[line262]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-894", javax.crypto.Cipher.getInstance(cipherName894).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 274-284]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$5
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$5.onLongClick(View)
FileSettingsActivity.java:[line279]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-895", javax.crypto.Cipher.getInstance(cipherName895).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 291-301]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$6
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$6.onLongClick(View)
FileSettingsActivity.java:[line296]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-896", javax.crypto.Cipher.getInstance(cipherName896).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 308-318]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$7
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$7.onLongClick(View)
FileSettingsActivity.java:[line313]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-897", javax.crypto.Cipher.getInstance(cipherName897).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 326-336]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$8
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$8.onLongClick(View)
FileSettingsActivity.java:[line331]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-898", javax.crypto.Cipher.getInstance(cipherName898).getAlgorithm());
HIGH
DES should be replaced with AES
FileSettingsActivity.java:[lines 357-367]
Class uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$9
Method uk.co.yahoo.p1rpp.calendartrigger.activites.SettingsActivity$9.onLongClick(View)
FileSettingsActivity.java:[line362]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-901", javax.crypto.Cipher.getInstance(cipherName901).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method new uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider(Context)
FileCalendarProvider.java:[line27]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-40", javax.crypto.Cipher.getInstance(cipherName40).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.getInstancesQueryUri()
FileCalendarProvider.java:[line43]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-41", javax.crypto.Cipher.getInstance(cipherName41).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.likeQuote(String)
FileCalendarProvider.java:[line63]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-42", javax.crypto.Cipher.getInstance(cipherName42).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line257]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-52", javax.crypto.Cipher.getInstance(cipherName52).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line268]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-53", javax.crypto.Cipher.getInstance(cipherName53).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line280]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-54", javax.crypto.Cipher.getInstance(cipherName54).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line302]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-55", javax.crypto.Cipher.getInstance(cipherName55).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line311]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-56", javax.crypto.Cipher.getInstance(cipherName56).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line321]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-57", javax.crypto.Cipher.getInstance(cipherName57).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line334]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-58", javax.crypto.Cipher.getInstance(cipherName58).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line342]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-59", javax.crypto.Cipher.getInstance(cipherName59).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextActionTimes(Context, long, int)
FileCalendarProvider.java:[line355]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-60", javax.crypto.Cipher.getInstance(cipherName60).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextLocation(Context, long)
FileCalendarProvider.java:[line388]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-61", javax.crypto.Cipher.getInstance(cipherName61).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextLocation(Context, long)
FileCalendarProvider.java:[line411]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-62", javax.crypto.Cipher.getInstance(cipherName62).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.nextLocation(Context, long)
FileCalendarProvider.java:[line424]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-63", javax.crypto.Cipher.getInstance(cipherName63).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line77]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-43", javax.crypto.Cipher.getInstance(cipherName43).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line87]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-44", javax.crypto.Cipher.getInstance(cipherName44).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line96]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-45", javax.crypto.Cipher.getInstance(cipherName45).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line103]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-46", javax.crypto.Cipher.getInstance(cipherName46).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line111]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-47", javax.crypto.Cipher.getInstance(cipherName47).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line128]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-48", javax.crypto.Cipher.getInstance(cipherName48).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line139]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-49", javax.crypto.Cipher.getInstance(cipherName49).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line150]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-50", javax.crypto.Cipher.getInstance(cipherName50).getAlgorithm());
HIGH
DES should be replaced with AES
FileCalendarProvider.java:[lines 24-427]
Class uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider
Method uk.co.yahoo.p1rpp.calendartrigger.calendar.CalendarProvider.selection(Context, int)
FileCalendarProvider.java:[line162]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-51", javax.crypto.Cipher.getInstance(cipherName51).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method new uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator(Context)
FileContactCreator.java:[line30]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-64", javax.crypto.Cipher.getInstance(cipherName64).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.addLine(ArrayList, String, Cursor, int)
FileContactCreator.java:[line1923]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-186", javax.crypto.Cipher.getInstance(cipherName186).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.addLine(ArrayList, String, Cursor, int)
FileContactCreator.java:[line1930]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-187", javax.crypto.Cipher.getInstance(cipherName187).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line564]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-78", javax.crypto.Cipher.getInstance(cipherName78).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line585]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-79", javax.crypto.Cipher.getInstance(cipherName79).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line626]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-80", javax.crypto.Cipher.getInstance(cipherName80).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line695]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-81", javax.crypto.Cipher.getInstance(cipherName81).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.createOrUpdateContact(String, String, String, String, String, String, String, String, String)
FileContactCreator.java:[line705]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-82", javax.crypto.Cipher.getInstance(cipherName82).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2518]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-213", javax.crypto.Cipher.getInstance(cipherName213).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2526]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-214", javax.crypto.Cipher.getInstance(cipherName214).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2559]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-215", javax.crypto.Cipher.getInstance(cipherName215).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpAllContacts()
FileContactCreator.java:[line2576]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-216", javax.crypto.Cipher.getInstance(cipherName216).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2354]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-202", javax.crypto.Cipher.getInstance(cipherName202).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2362]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-203", javax.crypto.Cipher.getInstance(cipherName203).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2375]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-204", javax.crypto.Cipher.getInstance(cipherName204).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2382]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-205", javax.crypto.Cipher.getInstance(cipherName205).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2391]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-206", javax.crypto.Cipher.getInstance(cipherName206).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2406]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-207", javax.crypto.Cipher.getInstance(cipherName207).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2420]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-208", javax.crypto.Cipher.getInstance(cipherName208).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2442]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-209", javax.crypto.Cipher.getInstance(cipherName209).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2451]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-210", javax.crypto.Cipher.getInstance(cipherName210).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2484]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-211", javax.crypto.Cipher.getInstance(cipherName211).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpOneContact(String, String)
FileContactCreator.java:[line2501]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-212", javax.crypto.Cipher.getInstance(cipherName212).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1962]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-188", javax.crypto.Cipher.getInstance(cipherName188).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1969]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-189", javax.crypto.Cipher.getInstance(cipherName189).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1985]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-190", javax.crypto.Cipher.getInstance(cipherName190).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line1997]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-191", javax.crypto.Cipher.getInstance(cipherName191).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2004]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-192", javax.crypto.Cipher.getInstance(cipherName192).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2014]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-193", javax.crypto.Cipher.getInstance(cipherName193).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2055]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-194", javax.crypto.Cipher.getInstance(cipherName194).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2074]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-195", javax.crypto.Cipher.getInstance(cipherName195).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2110]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-196", javax.crypto.Cipher.getInstance(cipherName196).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2210]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-197", javax.crypto.Cipher.getInstance(cipherName197).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2249]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-198", javax.crypto.Cipher.getInstance(cipherName198).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2284]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-199", javax.crypto.Cipher.getInstance(cipherName199).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2331]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-200", javax.crypto.Cipher.getInstance(cipherName200).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.dumpSingle(ArrayList, Cursor, Cursor)
FileContactCreator.java:[line2340]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-201", javax.crypto.Cipher.getInstance(cipherName201).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line743]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-83", javax.crypto.Cipher.getInstance(cipherName83).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line752]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-84", javax.crypto.Cipher.getInstance(cipherName84).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line760]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-85", javax.crypto.Cipher.getInstance(cipherName85).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line785]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-86", javax.crypto.Cipher.getInstance(cipherName86).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line794]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-87", javax.crypto.Cipher.getInstance(cipherName87).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line811]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-88", javax.crypto.Cipher.getInstance(cipherName88).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line831]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-89", javax.crypto.Cipher.getInstance(cipherName89).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line851]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-90", javax.crypto.Cipher.getInstance(cipherName90).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line871]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-91", javax.crypto.Cipher.getInstance(cipherName91).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isAtContact(String, String, String)
FileContactCreator.java:[line902]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-92", javax.crypto.Cipher.getInstance(cipherName92).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKcounty(String)
FileContactCreator.java:[line115]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-68", javax.crypto.Cipher.getInstance(cipherName68).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKcounty(String)
FileContactCreator.java:[line228]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-69", javax.crypto.Cipher.getInstance(cipherName69).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKcounty(String)
FileContactCreator.java:[line233]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-70", javax.crypto.Cipher.getInstance(cipherName70).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKregion(String)
FileContactCreator.java:[line244]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-71", javax.crypto.Cipher.getInstance(cipherName71).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKregion(String)
FileContactCreator.java:[line254]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-72", javax.crypto.Cipher.getInstance(cipherName72).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUKregion(String)
FileContactCreator.java:[line259]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-73", javax.crypto.Cipher.getInstance(cipherName73).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUSstate(String)
FileContactCreator.java:[line39]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-65", javax.crypto.Cipher.getInstance(cipherName65).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUSstate(String)
FileContactCreator.java:[line100]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-66", javax.crypto.Cipher.getInstance(cipherName66).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.isUSstate(String)
FileContactCreator.java:[line105]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-67", javax.crypto.Cipher.getInstance(cipherName67).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2592]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-217", javax.crypto.Cipher.getInstance(cipherName217).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2599]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-218", javax.crypto.Cipher.getInstance(cipherName218).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2633]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-219", javax.crypto.Cipher.getInstance(cipherName219).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.logAllContacts()
FileContactCreator.java:[line2650]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-220", javax.crypto.Cipher.getInstance(cipherName220).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.lookupCountry(int)
FileContactCreator.java:[line270]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-74", javax.crypto.Cipher.getInstance(cipherName74).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.lookupCountry(int)
FileContactCreator.java:[line522]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-76", javax.crypto.Cipher.getInstance(cipherName76).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.lookupCountry(int)
FileContactCreator.java:[line527]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-77", javax.crypto.Cipher.getInstance(cipherName77).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1187]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-120", javax.crypto.Cipher.getInstance(cipherName120).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1192]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-121", javax.crypto.Cipher.getInstance(cipherName121).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1208]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-122", javax.crypto.Cipher.getInstance(cipherName122).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1217]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-123", javax.crypto.Cipher.getInstance(cipherName123).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1229]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-124", javax.crypto.Cipher.getInstance(cipherName124).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1238]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-125", javax.crypto.Cipher.getInstance(cipherName125).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1250]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-126", javax.crypto.Cipher.getInstance(cipherName126).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1261]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-127", javax.crypto.Cipher.getInstance(cipherName127).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1275]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-128", javax.crypto.Cipher.getInstance(cipherName128).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1297]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-129", javax.crypto.Cipher.getInstance(cipherName129).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1305]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-130", javax.crypto.Cipher.getInstance(cipherName130).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1323]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-131", javax.crypto.Cipher.getInstance(cipherName131).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1341]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-132", javax.crypto.Cipher.getInstance(cipherName132).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1358]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-133", javax.crypto.Cipher.getInstance(cipherName133).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1365]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-134", javax.crypto.Cipher.getInstance(cipherName134).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1372]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-135", javax.crypto.Cipher.getInstance(cipherName135).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1381]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-136", javax.crypto.Cipher.getInstance(cipherName136).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1391]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-137", javax.crypto.Cipher.getInstance(cipherName137).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1401]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-138", javax.crypto.Cipher.getInstance(cipherName138).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1412]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-139", javax.crypto.Cipher.getInstance(cipherName139).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1422]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-140", javax.crypto.Cipher.getInstance(cipherName140).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1432]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-141", javax.crypto.Cipher.getInstance(cipherName141).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1444]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-142", javax.crypto.Cipher.getInstance(cipherName142).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1454]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-143", javax.crypto.Cipher.getInstance(cipherName143).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1466]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-144", javax.crypto.Cipher.getInstance(cipherName144).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1485]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-145", javax.crypto.Cipher.getInstance(cipherName145).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1493]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-146", javax.crypto.Cipher.getInstance(cipherName146).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1500]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-147", javax.crypto.Cipher.getInstance(cipherName147).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1515]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-148", javax.crypto.Cipher.getInstance(cipherName148).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1530]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-149", javax.crypto.Cipher.getInstance(cipherName149).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1540]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-150", javax.crypto.Cipher.getInstance(cipherName150).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1551]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-151", javax.crypto.Cipher.getInstance(cipherName151).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1562]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-152", javax.crypto.Cipher.getInstance(cipherName152).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1573]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-153", javax.crypto.Cipher.getInstance(cipherName153).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1588]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-154", javax.crypto.Cipher.getInstance(cipherName154).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1603]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-155", javax.crypto.Cipher.getInstance(cipherName155).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1615]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-156", javax.crypto.Cipher.getInstance(cipherName156).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1630]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-157", javax.crypto.Cipher.getInstance(cipherName157).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1644]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-158", javax.crypto.Cipher.getInstance(cipherName158).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1653]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-159", javax.crypto.Cipher.getInstance(cipherName159).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1663]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-160", javax.crypto.Cipher.getInstance(cipherName160).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1673]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-161", javax.crypto.Cipher.getInstance(cipherName161).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1685]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-162", javax.crypto.Cipher.getInstance(cipherName162).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1695]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-163", javax.crypto.Cipher.getInstance(cipherName163).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1704]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-164", javax.crypto.Cipher.getInstance(cipherName164).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1714]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-165", javax.crypto.Cipher.getInstance(cipherName165).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1730]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-166", javax.crypto.Cipher.getInstance(cipherName166).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1739]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-167", javax.crypto.Cipher.getInstance(cipherName167).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1746]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-168", javax.crypto.Cipher.getInstance(cipherName168).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1755]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-169", javax.crypto.Cipher.getInstance(cipherName169).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1765]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-170", javax.crypto.Cipher.getInstance(cipherName170).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1772]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-171", javax.crypto.Cipher.getInstance(cipherName171).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1781]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-172", javax.crypto.Cipher.getInstance(cipherName172).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1791]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-173", javax.crypto.Cipher.getInstance(cipherName173).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1798]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-174", javax.crypto.Cipher.getInstance(cipherName174).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1807]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-175", javax.crypto.Cipher.getInstance(cipherName175).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1817]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-176", javax.crypto.Cipher.getInstance(cipherName176).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1824]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-177", javax.crypto.Cipher.getInstance(cipherName177).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1833]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-178", javax.crypto.Cipher.getInstance(cipherName178).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1843]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-179", javax.crypto.Cipher.getInstance(cipherName179).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1855]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-180", javax.crypto.Cipher.getInstance(cipherName180).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1864]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-181", javax.crypto.Cipher.getInstance(cipherName181).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1889]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-182", javax.crypto.Cipher.getInstance(cipherName182).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1896]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-183", javax.crypto.Cipher.getInstance(cipherName183).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1903]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-184", javax.crypto.Cipher.getInstance(cipherName184).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.putline(ArrayList, String)
FileContactCreator.java:[line1911]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-185", javax.crypto.Cipher.getInstance(cipherName185).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line931]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-93", javax.crypto.Cipher.getInstance(cipherName93).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line937]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-94", javax.crypto.Cipher.getInstance(cipherName94).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line949]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-95", javax.crypto.Cipher.getInstance(cipherName95).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line957]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-96", javax.crypto.Cipher.getInstance(cipherName96).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line968]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-97", javax.crypto.Cipher.getInstance(cipherName97).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line976]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-98", javax.crypto.Cipher.getInstance(cipherName98).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line981]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-99", javax.crypto.Cipher.getInstance(cipherName99).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line988]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-100", javax.crypto.Cipher.getInstance(cipherName100).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line997]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-101", javax.crypto.Cipher.getInstance(cipherName101).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1005]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-102", javax.crypto.Cipher.getInstance(cipherName102).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1010]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-103", javax.crypto.Cipher.getInstance(cipherName103).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1017]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-104", javax.crypto.Cipher.getInstance(cipherName104).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1026]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-105", javax.crypto.Cipher.getInstance(cipherName105).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1034]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-106", javax.crypto.Cipher.getInstance(cipherName106).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1039]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-107", javax.crypto.Cipher.getInstance(cipherName107).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1046]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-108", javax.crypto.Cipher.getInstance(cipherName108).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1055]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-109", javax.crypto.Cipher.getInstance(cipherName109).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1063]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-110", javax.crypto.Cipher.getInstance(cipherName110).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1068]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-111", javax.crypto.Cipher.getInstance(cipherName111).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1075]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-112", javax.crypto.Cipher.getInstance(cipherName112).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1084]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-113", javax.crypto.Cipher.getInstance(cipherName113).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1091]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-114", javax.crypto.Cipher.getInstance(cipherName114).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1103]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-115", javax.crypto.Cipher.getInstance(cipherName115).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1109]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-116", javax.crypto.Cipher.getInstance(cipherName116).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1121]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-117", javax.crypto.Cipher.getInstance(cipherName117).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1129]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-118", javax.crypto.Cipher.getInstance(cipherName118).getAlgorithm());
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.splitAddress(String)
FileContactCreator.java:[line1141]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-119", javax.crypto.Cipher.getInstance(cipherName119).getAlgorithm());
HIGH
The regular expression "([0-9]+[A-Za-z]? +)?((E|(E\\.)|(East)|N|(N\\.)|(North)|S|(S\\.)|(South)|W|(W\\.)|(West)) +)?([0-9]+((st)|(nd)|(rd)|(th)) +)?( |[^0-9])+" is vulnerable to a denial of service attack (ReDOS)
Value ([0-9]+[A-Za-z]? +)?((E|(E\\.)|(East)|N|(N\\.)|(North)|S|(S\\.)|(South)|W|(W\\.)|(West)) +)?([0-9]+((st)|(nd)|(rd)|(th)) +)?( |[^0-9])+
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1246].
}
else if (s.matches(MATCHSTREET))
HIGH
The regular expression "([^0-9]+ +)+[^0-9]*[0-9].*" is vulnerable to a denial of service attack (ReDOS)
Value ([^0-9]+ +)+[^0-9]*[0-9].*
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1337].
}
else if (s.matches("([^0-9]+ +)+[^0-9]*[0-9].*"))
HIGH
The regular expression "[0-9]+(-[0-9]+)?" is vulnerable to a denial of service attack (ReDOS)
Value [0-9]+(-[0-9]+)?
FileContactCreator.java:[lines 27-2657]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator
Method uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator.makeContact(String, String, String)
FileContactCreator.java:[line1418].
if (   isUSstate(possibletown)
&& postCode.matches("[0-9]+(-[0-9]+)?"))
HIGH
DES should be replaced with AES
FileContactCreator.java:[lines 276-281]
Class uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator$1mccEntry
Method new uk.co.yahoo.p1rpp.calendartrigger.contacts.ContactCreator$1mccEntry(ContactCreator, int, String)
FileContactCreator.java:[line278]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-75", javax.crypto.Cipher.getInstance(cipherName75).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method new uk.co.yahoo.p1rpp.calendartrigger.service.MuteService()
FileMuteService.java:[line84]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-960", javax.crypto.Cipher.getInstance(cipherName960).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line711]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1009", javax.crypto.Cipher.getInstance(cipherName1009).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line725]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1010", javax.crypto.Cipher.getInstance(cipherName1010).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line736]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1011", javax.crypto.Cipher.getInstance(cipherName1011).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line744]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1012", javax.crypto.Cipher.getInstance(cipherName1012).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line751]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1013", javax.crypto.Cipher.getInstance(cipherName1013).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line772]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1014", javax.crypto.Cipher.getInstance(cipherName1014).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line793]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1015", javax.crypto.Cipher.getInstance(cipherName1015).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line802]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1016", javax.crypto.Cipher.getInstance(cipherName1016).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.LocationUpdates(int, double)
FileMuteService.java:[line811]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1017", javax.crypto.Cipher.getInstance(cipherName1017).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.PermissionFail(int)
FileMuteService.java:[line371]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-982", javax.crypto.Cipher.getInstance(cipherName982).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line618]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1000", javax.crypto.Cipher.getInstance(cipherName1000).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line625]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1001", javax.crypto.Cipher.getInstance(cipherName1001).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line636]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1002", javax.crypto.Cipher.getInstance(cipherName1002).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line646]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1003", javax.crypto.Cipher.getInstance(cipherName1003).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line658]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1004", javax.crypto.Cipher.getInstance(cipherName1004).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line667]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1005", javax.crypto.Cipher.getInstance(cipherName1005).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line677]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1006", javax.crypto.Cipher.getInstance(cipherName1006).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line690]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1007", javax.crypto.Cipher.getInstance(cipherName1007).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.StartStepCounter(int)
FileMuteService.java:[line700]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1008", javax.crypto.Cipher.getInstance(cipherName1008).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line395]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-983", javax.crypto.Cipher.getInstance(cipherName983).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line406]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-984", javax.crypto.Cipher.getInstance(cipherName984).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line426]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-985", javax.crypto.Cipher.getInstance(cipherName985).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line440]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-986", javax.crypto.Cipher.getInstance(cipherName986).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line451]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-987", javax.crypto.Cipher.getInstance(cipherName987).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.UpdatePhoneState(Intent)
FileMuteService.java:[line458]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-988", javax.crypto.Cipher.getInstance(cipherName988).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1101]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1038", javax.crypto.Cipher.getInstance(cipherName1038).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1108]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1039", javax.crypto.Cipher.getInstance(cipherName1039).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1117]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1040", javax.crypto.Cipher.getInstance(cipherName1040).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1127]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1041", javax.crypto.Cipher.getInstance(cipherName1041).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1143]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1042", javax.crypto.Cipher.getInstance(cipherName1042).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1153]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1043", javax.crypto.Cipher.getInstance(cipherName1043).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1163]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1044", javax.crypto.Cipher.getInstance(cipherName1044).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1172]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1045", javax.crypto.Cipher.getInstance(cipherName1045).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1179]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1046", javax.crypto.Cipher.getInstance(cipherName1046).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkConnectionWait(int, boolean)
FileMuteService.java:[line1191]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1047", javax.crypto.Cipher.getInstance(cipherName1047).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line873]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1022", javax.crypto.Cipher.getInstance(cipherName1022).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line880]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1023", javax.crypto.Cipher.getInstance(cipherName1023).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line894]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1024", javax.crypto.Cipher.getInstance(cipherName1024).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line901]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1025", javax.crypto.Cipher.getInstance(cipherName1025).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line921]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1026", javax.crypto.Cipher.getInstance(cipherName1026).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkLocationWait(int, double, Intent)
FileMuteService.java:[line935]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1027", javax.crypto.Cipher.getInstance(cipherName1027).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line970]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1028", javax.crypto.Cipher.getInstance(cipherName1028).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line978]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1029", javax.crypto.Cipher.getInstance(cipherName1029).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line987]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1030", javax.crypto.Cipher.getInstance(cipherName1030).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line997]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1031", javax.crypto.Cipher.getInstance(cipherName1031).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1009]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1032", javax.crypto.Cipher.getInstance(cipherName1032).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1041]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1033", javax.crypto.Cipher.getInstance(cipherName1033).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1048]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1034", javax.crypto.Cipher.getInstance(cipherName1034).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1063]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1035", javax.crypto.Cipher.getInstance(cipherName1035).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1070]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1036", javax.crypto.Cipher.getInstance(cipherName1036).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.checkOrientationWait(int, boolean)
FileMuteService.java:[line1080]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1037", javax.crypto.Cipher.getInstance(cipherName1037).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line485]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-989", javax.crypto.Cipher.getInstance(cipherName989).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line492]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-990", javax.crypto.Cipher.getInstance(cipherName990).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line507]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-991", javax.crypto.Cipher.getInstance(cipherName991).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line521]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-992", javax.crypto.Cipher.getInstance(cipherName992).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line534]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-993", javax.crypto.Cipher.getInstance(cipherName993).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line541]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-994", javax.crypto.Cipher.getInstance(cipherName994).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line549]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-995", javax.crypto.Cipher.getInstance(cipherName995).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line559]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-996", javax.crypto.Cipher.getInstance(cipherName996).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line572]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-997", javax.crypto.Cipher.getInstance(cipherName997).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line584]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-998", javax.crypto.Cipher.getInstance(cipherName998).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line593]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-999", javax.crypto.Cipher.getInstance(cipherName999).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doReset()
FileMuteService.java:[line231]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-972", javax.crypto.Cipher.getInstance(cipherName972).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doReset()
FileMuteService.java:[line240]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-973", javax.crypto.Cipher.getInstance(cipherName973).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doReset()
FileMuteService.java:[line247]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-974", javax.crypto.Cipher.getInstance(cipherName974).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.emitNotification(String, String)
FileMuteService.java:[line332]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-980", javax.crypto.Cipher.getInstance(cipherName980).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.emitNotification(String, String)
FileMuteService.java:[line351]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-981", javax.crypto.Cipher.getInstance(cipherName981).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.lock()
FileMuteService.java:[line152]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-965", javax.crypto.Cipher.getInstance(cipherName965).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.lock()
FileMuteService.java:[line159]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-966", javax.crypto.Cipher.getInstance(cipherName966).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onAccuracyChanged(Sensor, int)
FileMuteService.java:[line265]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-975", javax.crypto.Cipher.getInstance(cipherName975).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onHandleIntent(Intent)
FileMuteService.java:[line2577]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1140", javax.crypto.Cipher.getInstance(cipherName1140).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onHandleIntent(Intent)
FileMuteService.java:[line2586]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1141", javax.crypto.Cipher.getInstance(cipherName1141).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onSensorChanged(SensorEvent)
FileMuteService.java:[line274]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-976", javax.crypto.Cipher.getInstance(cipherName976).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onSensorChanged(SensorEvent)
FileMuteService.java:[line283]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-977", javax.crypto.Cipher.getInstance(cipherName977).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.onSensorChanged(SensorEvent)
FileMuteService.java:[line291]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-978", javax.crypto.Cipher.getInstance(cipherName978).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1205]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1048", javax.crypto.Cipher.getInstance(cipherName1048).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1216]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1049", javax.crypto.Cipher.getInstance(cipherName1049).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1226]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1050", javax.crypto.Cipher.getInstance(cipherName1050).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1239]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1051", javax.crypto.Cipher.getInstance(cipherName1051).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1249]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1052", javax.crypto.Cipher.getInstance(cipherName1052).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1260]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1053", javax.crypto.Cipher.getInstance(cipherName1053).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1274]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1054", javax.crypto.Cipher.getInstance(cipherName1054).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1289]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1055", javax.crypto.Cipher.getInstance(cipherName1055).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1302]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1056", javax.crypto.Cipher.getInstance(cipherName1056).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1316]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1057", javax.crypto.Cipher.getInstance(cipherName1057).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.setCurrentRinger(AudioManager, int, int, int)
FileMuteService.java:[line1332]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1058", javax.crypto.Cipher.getInstance(cipherName1058).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startIfNecessary(Context, String)
FileMuteService.java:[line2598]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1142", javax.crypto.Cipher.getInstance(cipherName1142).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line825]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1018", javax.crypto.Cipher.getInstance(cipherName1018).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line834]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1019", javax.crypto.Cipher.getInstance(cipherName1019).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line843]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1020", javax.crypto.Cipher.getInstance(cipherName1020).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.startLocationWait(int, Intent)
FileMuteService.java:[line860]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1021", javax.crypto.Cipher.getInstance(cipherName1021).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line173]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-967", javax.crypto.Cipher.getInstance(cipherName967).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line183]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-968", javax.crypto.Cipher.getInstance(cipherName968).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line194]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-969", javax.crypto.Cipher.getInstance(cipherName969).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line205]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-970", javax.crypto.Cipher.getInstance(cipherName970).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.unlock(String)
FileMuteService.java:[line215]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-971", javax.crypto.Cipher.getInstance(cipherName971).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1376]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1059", javax.crypto.Cipher.getInstance(cipherName1059).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1409]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1060", javax.crypto.Cipher.getInstance(cipherName1060).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1447]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1061", javax.crypto.Cipher.getInstance(cipherName1061).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1458]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1062", javax.crypto.Cipher.getInstance(cipherName1062).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1465]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1063", javax.crypto.Cipher.getInstance(cipherName1063).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1485]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1064", javax.crypto.Cipher.getInstance(cipherName1064).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1494]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1065", javax.crypto.Cipher.getInstance(cipherName1065).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1503]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1066", javax.crypto.Cipher.getInstance(cipherName1066).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1516]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1067", javax.crypto.Cipher.getInstance(cipherName1067).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1532]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1068", javax.crypto.Cipher.getInstance(cipherName1068).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1542]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1069", javax.crypto.Cipher.getInstance(cipherName1069).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1553]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1070", javax.crypto.Cipher.getInstance(cipherName1070).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1562]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1071", javax.crypto.Cipher.getInstance(cipherName1071).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1572]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1072", javax.crypto.Cipher.getInstance(cipherName1072).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1584]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1073", javax.crypto.Cipher.getInstance(cipherName1073).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1592]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1074", javax.crypto.Cipher.getInstance(cipherName1074).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1607]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1075", javax.crypto.Cipher.getInstance(cipherName1075).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1615]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1076", javax.crypto.Cipher.getInstance(cipherName1076).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1622]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1077", javax.crypto.Cipher.getInstance(cipherName1077).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1640]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1078", javax.crypto.Cipher.getInstance(cipherName1078).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1652]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1079", javax.crypto.Cipher.getInstance(cipherName1079).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1659]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1080", javax.crypto.Cipher.getInstance(cipherName1080).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1666]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1081", javax.crypto.Cipher.getInstance(cipherName1081).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1686]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1082", javax.crypto.Cipher.getInstance(cipherName1082).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1694]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1083", javax.crypto.Cipher.getInstance(cipherName1083).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1708]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1084", javax.crypto.Cipher.getInstance(cipherName1084).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1721]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1085", javax.crypto.Cipher.getInstance(cipherName1085).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1729]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1086", javax.crypto.Cipher.getInstance(cipherName1086).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1736]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1087", javax.crypto.Cipher.getInstance(cipherName1087).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1744]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1088", javax.crypto.Cipher.getInstance(cipherName1088).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1758]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1089", javax.crypto.Cipher.getInstance(cipherName1089).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1782]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1090", javax.crypto.Cipher.getInstance(cipherName1090).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1795]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1091", javax.crypto.Cipher.getInstance(cipherName1091).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1803]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1092", javax.crypto.Cipher.getInstance(cipherName1092).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1820]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1093", javax.crypto.Cipher.getInstance(cipherName1093).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1827]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1094", javax.crypto.Cipher.getInstance(cipherName1094).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1847]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1095", javax.crypto.Cipher.getInstance(cipherName1095).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1856]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1096", javax.crypto.Cipher.getInstance(cipherName1096).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1865]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1097", javax.crypto.Cipher.getInstance(cipherName1097).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1872]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1098", javax.crypto.Cipher.getInstance(cipherName1098).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1894]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1099", javax.crypto.Cipher.getInstance(cipherName1099).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1909]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1100", javax.crypto.Cipher.getInstance(cipherName1100).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1920]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1101", javax.crypto.Cipher.getInstance(cipherName1101).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1928]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1102", javax.crypto.Cipher.getInstance(cipherName1102).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1945]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1103", javax.crypto.Cipher.getInstance(cipherName1103).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1952]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1104", javax.crypto.Cipher.getInstance(cipherName1104).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1971]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1105", javax.crypto.Cipher.getInstance(cipherName1105).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1980]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1106", javax.crypto.Cipher.getInstance(cipherName1106).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1988]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1107", javax.crypto.Cipher.getInstance(cipherName1107).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line1995]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1108", javax.crypto.Cipher.getInstance(cipherName1108).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2012]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1109", javax.crypto.Cipher.getInstance(cipherName1109).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2023]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1110", javax.crypto.Cipher.getInstance(cipherName1110).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2037]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1111", javax.crypto.Cipher.getInstance(cipherName1111).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2050]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1112", javax.crypto.Cipher.getInstance(cipherName1112).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2067]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1113", javax.crypto.Cipher.getInstance(cipherName1113).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2076]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1114", javax.crypto.Cipher.getInstance(cipherName1114).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2087]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1115", javax.crypto.Cipher.getInstance(cipherName1115).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2100]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1116", javax.crypto.Cipher.getInstance(cipherName1116).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2108]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1117", javax.crypto.Cipher.getInstance(cipherName1117).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2118]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1118", javax.crypto.Cipher.getInstance(cipherName1118).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2126]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1119", javax.crypto.Cipher.getInstance(cipherName1119).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2135]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1120", javax.crypto.Cipher.getInstance(cipherName1120).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2150]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1121", javax.crypto.Cipher.getInstance(cipherName1121).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2163]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1122", javax.crypto.Cipher.getInstance(cipherName1122).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2173]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1123", javax.crypto.Cipher.getInstance(cipherName1123).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2188]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1124", javax.crypto.Cipher.getInstance(cipherName1124).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2201]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1125", javax.crypto.Cipher.getInstance(cipherName1125).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2211]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1126", javax.crypto.Cipher.getInstance(cipherName1126).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2227]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1127", javax.crypto.Cipher.getInstance(cipherName1127).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2243]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1128", javax.crypto.Cipher.getInstance(cipherName1128).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2264]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1129", javax.crypto.Cipher.getInstance(cipherName1129).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2274]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1130", javax.crypto.Cipher.getInstance(cipherName1130).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2290]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1131", javax.crypto.Cipher.getInstance(cipherName1131).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2298]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1132", javax.crypto.Cipher.getInstance(cipherName1132).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2313]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1133", javax.crypto.Cipher.getInstance(cipherName1133).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2320]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1134", javax.crypto.Cipher.getInstance(cipherName1134).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2329]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1135", javax.crypto.Cipher.getInstance(cipherName1135).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2347]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1136", javax.crypto.Cipher.getInstance(cipherName1136).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2355]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1137", javax.crypto.Cipher.getInstance(cipherName1137).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2369]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1138", javax.crypto.Cipher.getInstance(cipherName1138).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.updateState(Intent)
FileMuteService.java:[line2376]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-1139", javax.crypto.Cipher.getInstance(cipherName1139).getAlgorithm());
HIGH
This API (java/io/File.(Ljava/lang/String;)V) reads a file whose location might be specified by user input
FileMuteService.java:[lines 67-2602]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService.doLogCycling(long)
FileMuteService.java:[line527]
Sink method java/io/File.(Ljava/lang/String;)V
Sink parameter 0
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LogFileName()Ljava/lang/String;
Unknown source uk/co/yahoo/p1rpp/calendartrigger/MyLog.LOGFILE
FileMyLog.java:[line38]
FileMuteService.java:[line527].
int pp = MyLog.LOGPREFIX.length();
File f= new File(MyLog.LogFileName());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line92]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-961", javax.crypto.Cipher.getInstance(cipherName961).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line100]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-962", javax.crypto.Cipher.getInstance(cipherName962).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line109]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-963", javax.crypto.Cipher.getInstance(cipherName963).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 87-131]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$1.handleMessage(Message)
FileMuteService.java:[line123]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-964", javax.crypto.Cipher.getInstance(cipherName964).getAlgorithm());
HIGH
DES should be replaced with AES
FileMuteService.java:[lines 314-326]
Class uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$StartServiceReceiver
Method uk.co.yahoo.p1rpp.calendartrigger.service.MuteService$StartServiceReceiver.onReceive(Context, Intent)
FileMuteService.java:[line321]
Sink method javax/crypto/Cipher.getInstance(Ljava/lang/String;)Ljavax/crypto/Cipher;
Sink parameter 0.
try{
android.util.Log.d("cipherName-979", javax.crypto.Cipher.getInstance(cipherName979).getAlgorithm());

Thank you for using ShiftLeft. Looking for a more detailed analysis? Check out ShiftLeft NextGen SAST